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
There may be instances in which Groth-Sahai proofs (and thus their underlying group elements) may need to be serialized, especially if the prover were to send their proof to a verifier.
Ensure that Arkworks allows for the serialization of group elements in the first place
If so, implement (de)serialization for Com1, Com2 elements, GSType, CRS, Matrix<Fr> (for Commit* and Equation), and EquProof
The text was updated successfully, but these errors were encountered:
There may be instances in which Groth-Sahai proofs (and thus their underlying group elements) may need to be serialized, especially if the prover were to send their proof to a verifier.
Com1
,Com2
elements,GSType
,CRS
,Matrix<Fr>
(forCommit*
andEquation
), andEquProof
The text was updated successfully, but these errors were encountered: