aboutsummaryrefslogtreecommitdiff
path: root/libcmix-protobuf/cmix.proto
diff options
context:
space:
mode:
authorDennis Brentjes <d.brentjes@gmail.com>2016-10-30 19:59:30 +0100
committerDennis Brentjes <d.brentjes@gmail.com>2016-10-30 20:00:49 +0100
commitbc0cc7d5030b80e6dbb05f6a0b49481881bd26c8 (patch)
treeac54dadf5a31c835779a307b32ab55d0990891ff /libcmix-protobuf/cmix.proto
parent6d4efd424682f90896d5237ede4326416b6fa97d (diff)
downloadcmix-bc0cc7d5030b80e6dbb05f6a0b49481881bd26c8.tar.gz
cmix-bc0cc7d5030b80e6dbb05f6a0b49481881bd26c8.tar.bz2
cmix-bc0cc7d5030b80e6dbb05f6a0b49481881bd26c8.zip
Adds a start to the precomputation mix phase.
Diffstat (limited to 'libcmix-protobuf/cmix.proto')
-rw-r--r--libcmix-protobuf/cmix.proto4
1 files changed, 3 insertions, 1 deletions
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;
}
}