aboutsummaryrefslogtreecommitdiff
path: root/libcmix-protobuf/cmix.proto
diff options
context:
space:
mode:
Diffstat (limited to 'libcmix-protobuf/cmix.proto')
-rw-r--r--libcmix-protobuf/cmix.proto12
1 files changed, 9 insertions, 3 deletions
diff --git a/libcmix-protobuf/cmix.proto b/libcmix-protobuf/cmix.proto
index e048fef..9ff5bb2 100644
--- a/libcmix-protobuf/cmix.proto
+++ b/libcmix-protobuf/cmix.proto
@@ -29,6 +29,11 @@ message NodeReady {
}
+message UserMessage {
+ required bytes r_M = 1;
+ required bytes m_M = 2;
+}
+
message PrePre {
repeated bytes r_ER = 1;
repeated bytes m_ER = 2;
@@ -53,8 +58,9 @@ message CMixMessage {
Bye bye = 5;
KeyExchange keyexchange = 6;
NodeReady nodeready = 7;
- PrePre prepre = 8;
- PreMix premix = 9;
- PrePost prepost = 10;
+ UserMessage usermessage = 8;
+ PrePre prepre = 9;
+ PreMix premix = 10;
+ PrePost prepost = 11;
}
}