diff options
Diffstat (limited to 'libcmix-protobuf/cmix.proto')
| -rw-r--r-- | libcmix-protobuf/cmix.proto | 4 |
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; } } |
