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

Implement batched Groth16 verification #31

Closed
daira opened this issue Nov 13, 2018 · 2 comments
Closed

Implement batched Groth16 verification #31

daira opened this issue Nov 13, 2018 · 2 comments

Comments

@daira
Copy link
Contributor

daira commented Nov 13, 2018

Appendix B.2 of the Zcash protocol spec describes how to do batched verification. The Zcash ticket is zcash/zcash#320 .

[Note that bellman can just provide batched and unbatched verification as separate APIs. We don't need to bikeshed here about how these will be used to implement Zcash consensus policy, as happened on the PR to add batched PHGR13 verification to libsnark; please keep that to the Zcash ticket.]

@str4d
Copy link
Member

str4d commented Jul 16, 2020

@hdevalence has a proposal for the bellman batching API in zcash/librustzcash#253

@str4d
Copy link
Member

str4d commented Jun 1, 2021

This was implemented in #59.

@str4d str4d closed this as completed Jun 1, 2021
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

No branches or pull requests

2 participants