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
I'm trying to use MpcField for implementing elgamal encryption on mpc-snarks
(especially trying to refactor EdwardParameter to use MpcField as BaseField and ScalarField) ,
so I wonder why it wasn't implemented and the expected level of difficulty for implementing.
The text was updated successfully, but these errors were encountered:
It seems that
PrimeField
andSquareRootField
trait isn't implemented forMpcField
.(https://github.com/alex-ozdemir/collaborative-zksnark/blob/main/mpc-algebra/src/wire/field.rs#L516)
I'm trying to use
MpcField
for implementing elgamal encryption on mpc-snarks(especially trying to refactor
EdwardParameter
to useMpcField
asBaseField
andScalarField
) ,so I wonder why it wasn't implemented and the expected level of difficulty for implementing.
The text was updated successfully, but these errors were encountered: