LuukJonker / smpc

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

Implement globals as originaly intended (set_global) #33

Open BasJansw opened 1 month ago

BasJansw commented 1 month ago

There is currently an announce_global method to announce local variables to all parties.

A protocol implementer would however also like a set_global to set a value which does not depend on any of the parties globaly for all the parties.

BasJansw commented 1 month ago

Do we even need anything for this? If variables are really globally know then a protocol implementer can just have them as a variable in the protocol class itself instead of as a local variable for all parties.