mirror of
https://github.com/arnaucube/sonobe.git
synced 2026-01-08 15:01:30 +01:00
Circom external inputs (#91)
* circom: add external_inputs * adapt new external_inputs interface to the FoldingScheme trait and Nova impl * adapt examples to new FCircuit external_inputs interface * add state_len & external_inputs_len params to CircomFCircuit * add examples/circom_full_flow.rs * merge the params initializer functions, clippy * circom: move r1cs reading to FCircuit::new instead of each step * CI/examples: add circom so it can run the circom_full_flow example
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -2,8 +2,10 @@
|
||||
Cargo.lock
|
||||
|
||||
# Circom generated files
|
||||
folding-schemes/src/frontend/circom/test_folder/cubic_circuit.r1cs
|
||||
folding-schemes/src/frontend/circom/test_folder/cubic_circuit_js/
|
||||
folding-schemes/src/frontend/circom/test_folder/external_inputs_js/
|
||||
*.r1cs
|
||||
*.sym
|
||||
|
||||
# generated contracts at test time
|
||||
solidity-verifiers/generated
|
||||
|
||||
Reference in New Issue
Block a user