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

Support additional proof systems #15

Open
oskarth opened this issue Oct 28, 2023 · 3 comments
Open

Support additional proof systems #15

oskarth opened this issue Oct 28, 2023 · 3 comments

Comments

@oskarth
Copy link
Collaborator

oskarth commented Oct 28, 2023

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:

  1. Halo2 (existing developers, Rust lib easy to integrate)
  2. Spartan (modern, good for mobile memory/GPU)
  3. Nova/Folding schemes (modern, good for mobile memory/GPU)

Notes:

  • For Nova/Folding Nova Scotia requires upstream work to get rid of binary shell out (not allowed on e.g. iOS)
  • Once github.com/privacy-scaling-explorations/folding-schemes/ is more mature makes sense to integrate this
@oskarth
Copy link
Collaborator Author

oskarth commented Dec 5, 2023

Experimental Kimchi (used in Mina blockchain, backend for o1js) support here #34

@oskarth
Copy link
Collaborator Author

oskarth commented Feb 23, 2024

Noir is also relevant

@oskarth
Copy link
Collaborator Author

oskarth commented Mar 14, 2024

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

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