LuukJonker / smpc

GNU General Public License v3.0
0 stars 0 forks source link

Implementation of handshake before starting protocol #30

Closed BasJansw closed 3 months ago

BasJansw commented 4 months ago

A handshake needs to be added to allow to check wether all the ProtolParties are online. The handshake should probably not be part of the protocols themselfs and is therefore fairly separate from the rest of SMPCbox. The handshake is allowed to set one specific party as "manager"/"leader" of the handshake. THIS MIGHT COMPROMISE SECURITY OF PROTOCOLS. however this is allowed since SMPC box is used for demonstration purposes and the handshake is not even realy part of the SMPC protocols.