-
Notifications
You must be signed in to change notification settings - Fork 35
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
Support additional proof systems #15
Comments
Experimental Kimchi (used in Mina blockchain, backend for o1js) support here #34 |
Noir is also relevant |
Holonym VOLE prover for very fast alt proof system that trades off succinctness (good for non-blockchain use cases), used in some ZK Identity solutions: https://github.com/holonym-foundation/vole-zk-prover |
I am interested in tackling this issue through this grant: privacy-scaling-explorations/acceleration-program#24 Would this be possible. |
This issue is a stub and will be filled in with more detail.
We want to support additional proof systems outside of just Circom/Groth16. This can easily be added to mopro-core: https://github.com/oskarth/mopro/tree/main/mopro-core/src/middleware
Interesting candidates:
Notes:
The text was updated successfully, but these errors were encountered: