You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
244 B

  1. #!/bin/bash
  2. # rm previous files
  3. rm -r ./circuit/keccak-chain_js
  4. rm circuit/keccak-chain.r1cs
  5. rm circuit/keccak-chain.sym
  6. cd circuit
  7. npm install
  8. cd ..
  9. circom ./circuit/keccak-chain.circom --r1cs --sym --wasm --prime bn128 --output ./circuit/