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

Generate a verifier.sol file for the chunked zkey #11

Closed
Divide-By-0 opened this issue Dec 20, 2022 · 1 comment
Closed

Generate a verifier.sol file for the chunked zkey #11

Divide-By-0 opened this issue Dec 20, 2022 · 1 comment
Labels

Comments

@Divide-By-0
Copy link
Member

Currently, we load the zkey in chunks to ensure that we can actually fit it into memory. However, there is no verifier.sol generated. So, we either need to fork snarkjs to generate a verifier.sol from the chunked zkeys, or also output a raw zkey that corresponds to the same chunked zkey, that we can call the normal snarkjs verifier generation from.

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

No branches or pull requests

1 participant