We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
using ark-noname to translate our R1CS to arkworks R1CS, we should be able to use arkworks to create proofs and verify proofs using Groth16!
https://github.com/dmpierre/ark-noname/blob/7b03d3afb71761f7049d2249212745aa9fe4a65b/src/lib.rs#L113
(the same way we use kimchi to prove/verify, see https://github.com/zksecurity/noname/blob/main/src/cli/cmd_prove_and_verify.rs)
probably we don't need to integrate it with the CLI right away, but adding the code in the R1CS backend (the asme way we have the code in the kimchi backend https://github.com/zksecurity/noname/blob/main/src/backends/kimchi/prover.rs)
and make it use in tests (see how kimchi uses it https://github.com/zksecurity/noname/blob/main/src/tests/examples.rs#L72)
The text was updated successfully, but these errors were encountered:
^ still remains to add it to the prove/verify CLI
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
using ark-noname to translate our R1CS to arkworks R1CS, we should be able to use arkworks to create proofs and verify proofs using Groth16!
https://github.com/dmpierre/ark-noname/blob/7b03d3afb71761f7049d2249212745aa9fe4a65b/src/lib.rs#L113
(the same way we use kimchi to prove/verify, see https://github.com/zksecurity/noname/blob/main/src/cli/cmd_prove_and_verify.rs)
probably we don't need to integrate it with the CLI right away, but adding the code in the R1CS backend (the asme way we have the code in the kimchi backend https://github.com/zksecurity/noname/blob/main/src/backends/kimchi/prover.rs)
and make it use in tests (see how kimchi uses it https://github.com/zksecurity/noname/blob/main/src/tests/examples.rs#L72)
The text was updated successfully, but these errors were encountered: