Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(De)serialize Groth-Sahai proofs #16

Open
2 tasks
jdwhite48 opened this issue Jan 31, 2022 · 0 comments · May be fixed by #29
Open
2 tasks

(De)serialize Groth-Sahai proofs #16

jdwhite48 opened this issue Jan 31, 2022 · 0 comments · May be fixed by #29
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@jdwhite48
Copy link
Owner

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
@jdwhite48 jdwhite48 added the enhancement New feature or request label Jan 31, 2022
@jdwhite48 jdwhite48 self-assigned this Jan 31, 2022
@jdwhite48 jdwhite48 added the help wanted Extra attention is needed label Jan 31, 2022
AlvinHon added a commit to AlvinHon/groth-sahai-rs that referenced this issue Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant