From f93d52bbd0053574fb35d72b85c4b299dc1f3ee5 Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Sat, 12 Nov 2016 13:48:30 +0100 Subject: Fixes decryption share calculation, adds lots of debugging statements. --- libcmix-protobuf/cmix.proto | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'libcmix-protobuf/cmix.proto') diff --git a/libcmix-protobuf/cmix.proto b/libcmix-protobuf/cmix.proto index ce1f2c2..8bb1d42 100644 --- a/libcmix-protobuf/cmix.proto +++ b/libcmix-protobuf/cmix.proto @@ -48,6 +48,15 @@ message PrePost { repeated bytes m_EPiRS = 2; } +message RealPre { + repeated bytes h = 1; + repeated bytes m = 2; +} + +message RealMix { + repeated bytes m = 2; +} + message CMixMessage { oneof contents { Initialization initialization = 1; @@ -61,5 +70,7 @@ message CMixMessage { PrePre prepre = 9; PreMix premix = 10; PrePost prepost = 11; + RealPre realpre = 12; + RealMix realmix = 13; } } -- cgit v1.2.3-70-g09d2