LuukJonker / smpc

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

Rework sending and receiving methods #19

Closed BasJansw closed 2 months ago

BasJansw commented 2 months ago

Reworked the variable sending and receiving. The protocolParty now stores the "received" variables and only requests them from the socket when the variable is used in a computation. The sending of multiple variables is now done in a single message instead of needing a message for each variable.