mirror of
https://github.com/arnaucube/hash-chain-sonobe.git
synced 2026-01-19 20:21:32 +01:00
init
This commit is contained in:
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
/target
|
||||
Cargo.lock
|
||||
|
||||
# Circom generated files
|
||||
circuit/keccak-chain_js
|
||||
node_modules
|
||||
package-lock.json
|
||||
*.r1cs
|
||||
*.sym
|
||||
|
||||
# generated contracts at test time
|
||||
generated
|
||||
*.sol
|
||||
*.calldata
|
||||
*.inputs
|
||||
11
README.md
Normal file
11
README.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# keccak-chain-sonobe
|
||||
|
||||
Repo to test a more complex [Circom](https://github.com/iden3/circom) circuit with [Sonobe](https://github.com/privacy-scaling-explorations/sonobe).
|
||||
|
||||
Proves a chain of keccak256 hashes, using the [vocdoni/keccak256-circom](https://github.com/vocdoni/keccak256-circom) circuit.
|
||||
|
||||
> WIP
|
||||
|
||||
assuming rust and circom have been installed:
|
||||
- `./compile-circuit.sh`
|
||||
- `cargo test --release -- --nocapture`
|
||||
Reference in New Issue
Block a user