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

Feature Request: Create a VerifyGroth16 method compatible with Proof generated by iden3/snarkjs #10

Open
jeffprestes opened this issue Jan 6, 2023 · 1 comment

Comments

@jeffprestes
Copy link

jeffprestes commented Jan 6, 2023

Both projects belongs to iden3 but go-rapidsnark/VerifyGroth16 does not accept the Groth16 Proof format generated by snarkjs where the Proof and the public data are in different files.
Maybe a VerifyGroth16SnarkJs method that accepts the inputs from snarkjs would help Go devs that creates softwares only verifies proofs generated by third-parties companies.

@jeffprestes
Copy link
Author

Example of snarkjs verify call:

 snarkjs groth16 verify verification_key_groth16.json public.json proof.json

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

1 participant