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
Similarly to zksync v1.4 circuit definition
https://github.com/matter-labs/era-zkevm_test_harness/tree/v1.4.0/circuit_definitions
Use the boojum library to create a simple circuit and test it https://github.com/matter-labs/era-boojum
The text was updated successfully, but these errors were encountered:
A simple circuit using boojum library: https://gist.github.com/XinyuCRO/1705b1d8fce53a3f6a8245e64157233e
put the gist in the examples folder and use cargo run --example simple to run the script
examples
cargo run --example simple
Sorry, something went wrong.
No branches or pull requests
Similarly to zksync v1.4 circuit definition
https://github.com/matter-labs/era-zkevm_test_harness/tree/v1.4.0/circuit_definitions
Use the boojum library to create a simple circuit and test it
https://github.com/matter-labs/era-boojum
The text was updated successfully, but these errors were encountered: