From 58ead6a9a4a2a81f067ad698366bd32841346058 Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Fri, 4 Nov 2016 13:11:11 +0100 Subject: Consolidated all the crypto apis and implemented the Precomputation Postprocessing step --- libcmix-protobuf/cmix.proto | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libcmix-protobuf') diff --git a/libcmix-protobuf/cmix.proto b/libcmix-protobuf/cmix.proto index 00ab377..e048fef 100644 --- a/libcmix-protobuf/cmix.proto +++ b/libcmix-protobuf/cmix.proto @@ -40,7 +40,8 @@ message PreMix { } message PrePost { - repeated bytes PiRS = 1; + repeated bytes r_EPiRS = 1; + repeated bytes m_EPiRS = 2; } message CMixMessage { @@ -54,5 +55,6 @@ message CMixMessage { NodeReady nodeready = 7; PrePre prepre = 8; PreMix premix = 9; + PrePost prepost = 10; } } -- cgit v1.2.3-70-g09d2