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.

11 lines
419 B

5 months ago
  1. # keccak-chain-sonobe
  2. Repo to test a more complex [Circom](https://github.com/iden3/circom) circuit with [Sonobe](https://github.com/privacy-scaling-explorations/sonobe).
  3. Proves a chain of keccak256 hashes, using the [vocdoni/keccak256-circom](https://github.com/vocdoni/keccak256-circom) circuit.
  4. > WIP
  5. assuming rust and circom have been installed:
  6. - `./compile-circuit.sh`
  7. - `cargo test --release -- --nocapture`