diff options
| author | Dennis Brentjes <d.brentjes@gmail.com> | 2016-10-30 19:59:30 +0100 |
|---|---|---|
| committer | Dennis Brentjes <d.brentjes@gmail.com> | 2016-10-30 20:00:49 +0100 |
| commit | bc0cc7d5030b80e6dbb05f6a0b49481881bd26c8 (patch) | |
| tree | ac54dadf5a31c835779a307b32ab55d0990891ff /libcmix-protobuf | |
| parent | 6d4efd424682f90896d5237ede4326416b6fa97d (diff) | |
| download | cmix-bc0cc7d5030b80e6dbb05f6a0b49481881bd26c8.tar.gz cmix-bc0cc7d5030b80e6dbb05f6a0b49481881bd26c8.tar.bz2 cmix-bc0cc7d5030b80e6dbb05f6a0b49481881bd26c8.zip | |
Adds a start to the precomputation mix phase.
Diffstat (limited to 'libcmix-protobuf')
| -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; } } |
