2022-12-14 09:40:39 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
2023-03-21 01:07:20 +00:00
|
|
|
circom src/circuit_tests/poseidon-digest-test.circom --r1cs --wasm -o src/circuit_tests/artifacts
|
|
|
|
circom src/circuit_tests/poseidon-hash-test.circom --r1cs --wasm -o src/circuit_tests/artifacts
|
|
|
|
circom src/circuit_tests/storer-test.circom --r1cs --wasm -o src/circuit_tests/artifacts
|