-
Notifications
You must be signed in to change notification settings - Fork 51
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
Stabilize circom frontend #101
Conversation
…ak satisfaction test
2d7b897
to
99e7aac
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great!!! Great job! 🙌
Tomorrow I'll try to use it in some other external circom projects, but it looks great so far!
folding-schemes/src/frontend/circom/test_folder/keccak256-circom/circuits/keccak.circom
Outdated
Show resolved
Hide resolved
…s, test that circom circuits correctly result in Ok and Err when needed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great!! Great work! 🚀
Big milestone fixing it! Now we can fully fodl Circom circuits ^^
This PR aims at stabilizing sonobe's circom frontend. To do this we:
circom-compat
. A PR on acircom-compat
fork has been opened here to choose how our IVC inputs are allocated (as witnesses and public inputs) and to adjust circom's R1CS indexes when wrapped by ourAugmentedFCircuit
.circom-compat
.