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

add circomlib as node module #157

Merged
merged 1 commit into from
Sep 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions zk_prover/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
/benches/csv
circuit_parameters_gen/generate_parameters_grain.sage.py
circuit_parameters_gen/__pycache__
node_modules
4 changes: 3 additions & 1 deletion zk_prover/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ The Incremental Nova Verifier is an experimental feature that allows a user to v
We provide an example to test the Nova verifier. The build folder already contains the artifacts generated by the circuit compilation. If you want to recompile the circuit, you can run the following command:

```
circom src/circom/incremental_mst_inclusion.circom --r1cs --wasm -o examples/build --prime bn128
$ cd src/circom
$ npm install
$ circom incremental_mst_inclusion.circom --r1cs --wasm -o ../../examples/build --prime bn128
```

To run the Nova Incremental Verifier example run:
Expand Down
33 changes: 0 additions & 33 deletions zk_prover/src/circom/circomlib/circuits/aliascheck.circom

This file was deleted.

101 changes: 0 additions & 101 deletions zk_prover/src/circom/circomlib/circuits/binsum.circom

This file was deleted.

106 changes: 0 additions & 106 deletions zk_prover/src/circom/circomlib/circuits/bitify.circom

This file was deleted.

Loading