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

Efficient PLONK support #69

Closed
gbotrel opened this issue Apr 8, 2021 · 0 comments
Closed

Efficient PLONK support #69

gbotrel opened this issue Apr 8, 2021 · 0 comments
Milestone

Comments

@gbotrel
Copy link
Collaborator

gbotrel commented Apr 8, 2021

See also #67 .

gnark must support, through API options, instantiating PLONK with:

  • KZG polynomial commitment scheme
  • "fast-prover-but-slow-verifier" setting
  • "slow-prover-but-fast-verifier" setting

Similarly to the work done previously on gnark/backend/groth16, gnark/backend/plonk should be optimized-enough to be competitive with other implementations.

Needs:
Consensys/gnark-crypto#38
Consensys/gnark-crypto#37

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant