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
Clarify whether having MPCProtocol be generic over a secret-shared number with an associated type makes sense for the kinds of MPC protocols we want to support.
The text was updated successfully, but these errors were encountered:
The answer is no.
Protocols like HoneyBadgerMPC require a minimum field size of n where n is the number of parties that are a part of the shamir secret sharing scheme. Pretty sure this applies for all of the protocols that rely on stuff like shamir secret sharing.
So, we should explore the approach of having associated types for both secret shared numbers and public numbers.
Clarify whether having
MPCProtocol
be generic over a secret-shared number with an associated type makes sense for the kinds of MPC protocols we want to support.The text was updated successfully, but these errors were encountered: