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 the trait MPCType needs the traits Add and Mul. This is a problem when e.g. implementing boolean circuits, c.f. #8 . MPCType and the trait functions it provides are probably not a good abstraction.
However, it still makes sense to have MPC functionality behind some trait. We still need to figure out what makes sense here.
The text was updated successfully, but these errors were encountered:
Currently the trait
MPCType
needs the traitsAdd
andMul
. This is a problem when e.g. implementing boolean circuits, c.f. #8 .MPCType
and the trait functions it provides are probably not a good abstraction.However, it still makes sense to have MPC functionality behind some trait. We still need to figure out what makes sense here.
The text was updated successfully, but these errors were encountered: