You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we are looking at vanilla Shamir and Feldman.
Other candidates are SPDZ and SPDZ2k, which should not be too difficult.
Schemes so far
Shamir
Feldman
Pedersen
SPDZ
SPDZ2k
Rep3
Currently only Shamir has multiplication support. Other schemes can you use the generic Beaver multiplication protocol with preprocessed input, however this itself requires a multiplication protocol.
The text was updated successfully, but these errors were encountered:
Currently we are looking at vanilla Shamir and Feldman.
Other candidates are SPDZ and SPDZ2k, which should not be too difficult.
Schemes so far
Currently only Shamir has multiplication support. Other schemes can you use the generic Beaver multiplication protocol with preprocessed input, however this itself requires a multiplication protocol.
The text was updated successfully, but these errors were encountered: