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

feat: prover setup serde fileio #279

Closed
wants to merge 5 commits into from

Conversation

Dustin-Ray
Copy link
Contributor

@Dustin-Ray Dustin-Ray commented Oct 17, 2024

Rationale for this change

ProverSetups in the Dory commitment scheme can contain relatively large numbers of group elements. Precomputing these setups in advance and loading them from memory when needed should greatly reduce the overhead of utilizing these parameters on service and prover startup.

What changes are included in this PR?

  • OwnedProverSetup type
  • ark_serialize
  • ark_deserialize
  • ark valid
  • save file
  • load file

Are these changes tested?

not yet

TODO:

  • support serde and file i/o for blitzar handle

@Dustin-Ray Dustin-Ray closed this Oct 22, 2024
@Dustin-Ray Dustin-Ray deleted the feat/prover-setup-serde-fileio branch October 22, 2024 04:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant