-
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
Implement Circom wrapper #16
Comments
Hello, I’m interested in this issue but I’m not sure what the frontend trait should be. So after issue #15 (frontend trait) has been completed, may I contribute to this issue? I could get the R1CS matrices and calculate the witness vector from circom using nova-scotia. This is the snippet code that I tried out. |
We also have https://github.com/lurk-lab/circom-scotia 😆 |
There's also https://github.com/arkworks-rs/circom-compat (One advantage of this is that it doesn't spawn child processes, something that can be a problem in some environments like mobile. Maybe less relevant at this stage though) |
Definitely! The frontend is the latter of our planned efforts anyways, so feel free to give it a try on designing the trait if you see like doing so too.
Once the provider structure is done + the trait is defined, feel free to go for this. But as said, unless @han0110 wants to give it a shot now, this fronted effort is going to be the last one of our first milestone. |
@CPerezz |
Closing this task, since it was completed by @yugonsan at #26 😸 |
Depends on #15 .
The objective of the Circom wrapper is:
Frontend
trait (from Define Frontend interface and implement it's trait #15 )FoldingScheme
trait, where theCircom-wrapper
that follows theFrontend
trait returns the witness, the public inputs and the R1CS matrices (or the CCS ones).Related repos that might be useful:
The text was updated successfully, but these errors were encountered: