vitorenesduarte / spdz

Implementation of the online phase of SPDZ - a MPC protocol - relying on a trusted dealer to generate the data needed from the preprocessing phase
GNU General Public License v3.0
1 stars 4 forks source link

New Message Protocol #8

Closed vitorenesduarte closed 9 years ago

vitorenesduarte commented 9 years ago

Since now we have the need to exchange different types of messages between the players, a new protocol has to be implemented.

Suggestion: NameOfTheClass|SomeSeparator|JSONRepresentationOfThatClass

Example:

MultiplicationShare::{
   multID: 3,
   d: 10,
   e: 20
}
vitorenesduarte commented 9 years ago

Started with 79c8462d27d334880bbbc49579cec87594e393cc and 10c4574927cccd3719ca0a1cc429feabba308936

vitorenesduarte commented 9 years ago

Done c15e764002f7db48593618266bd0ad7c5ba5212e