From a3e62d3bc6e7f75949726f9a8dafe03e757e869b Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Sun, 30 Oct 2016 13:38:49 +0100 Subject: Added the Preprocessing step for the Precomputation of CMix. --- libcmix-protobuf/cmix.proto | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'libcmix-protobuf/cmix.proto') diff --git a/libcmix-protobuf/cmix.proto b/libcmix-protobuf/cmix.proto index 6403cee..2fe2d83 100644 --- a/libcmix-protobuf/cmix.proto +++ b/libcmix-protobuf/cmix.proto @@ -29,6 +29,19 @@ message NodeReady { } +message PrePre { + repeated bytes r_ER = 1; + repeated bytes m_ER = 2; +} + +message PreMix { + repeated bytes EPiRS = 1; +} + +message PrePost { + repeated bytes PiRS = 1; +} + message CMixMessage { oneof contents { Initialization initialization = 1; @@ -38,5 +51,6 @@ message CMixMessage { Bye bye = 5; KeyExchange keyexchange = 6; NodeReady nodeready = 7; + PrePre prepre = 8; } } -- cgit v1.2.3-70-g09d2