-
Notifications
You must be signed in to change notification settings - Fork 62
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: Generate the full_proof_with_hints #278
Comments
which proof system are you referring to ? in all cases, you can use the |
i'm using javascript, is there a way to extract the "full_proof_with_hints" from the call data? |
Please answer the first question. The garaga npm package might already contain what you need if you're using groth16 or risc0. To answer, the full_proof_with_hints IS the output of the calldata command. |
sure, i'm using groth16 and using garaga to get the calldata in a react frontend to pass to my contract |
You can use this function from the garaga npm package https://felt.gitbook.io/garaga/installation/npm-package |
i'm passing the calldata generated by the function |
Feature Request
Describe the Feature Request
How to generate the full proof with hints, is there a Javascript or Rust package to make it?
The text was updated successfully, but these errors were encountered: