aboutsummaryrefslogtreecommitdiff
path: root/libcmix-protobuf/cmix.proto
diff options
context:
space:
mode:
authorDennis Brentjes <d.brentjes@gmail.com>2016-11-04 13:11:11 +0100
committerDennis Brentjes <d.brentjes@gmail.com>2016-11-04 13:11:11 +0100
commit58ead6a9a4a2a81f067ad698366bd32841346058 (patch)
tree72398158aa8a077b48a9116dbbff629d340208af /libcmix-protobuf/cmix.proto
parent837d8336fb5323ff797cbcbce17a05a3838e051f (diff)
downloadcmix-58ead6a9a4a2a81f067ad698366bd32841346058.tar.gz
cmix-58ead6a9a4a2a81f067ad698366bd32841346058.tar.bz2
cmix-58ead6a9a4a2a81f067ad698366bd32841346058.zip
Consolidated all the crypto apis and implemented the Precomputation Postprocessing step
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 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;
}
}