From bc0cc7d5030b80e6dbb05f6a0b49481881bd26c8 Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Sun, 30 Oct 2016 19:59:30 +0100 Subject: Adds a start to the precomputation mix phase. --- libcmix-protobuf/cmix.proto | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libcmix-protobuf/cmix.proto') diff --git a/libcmix-protobuf/cmix.proto b/libcmix-protobuf/cmix.proto index 2fe2d83..00ab377 100644 --- a/libcmix-protobuf/cmix.proto +++ b/libcmix-protobuf/cmix.proto @@ -35,7 +35,8 @@ message PrePre { } message PreMix { - repeated bytes EPiRS = 1; + repeated bytes r_EPiRS = 1; + repeated bytes m_EPiRS = 2; } message PrePost { @@ -52,5 +53,6 @@ message CMixMessage { KeyExchange keyexchange = 6; NodeReady nodeready = 7; PrePre prepre = 8; + PreMix premix = 9; } } -- cgit v1.2.3-70-g09d2