Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 348 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 348 Bytes

Bellman Sample

Environment

cargo --version # >= 1.56.0

How to test

cargo test

How to use

cargo run setup tests/proving_key tests/verifying_key
cargo run prove tests/proving_key tests/input.json tests/proof tests/public_wires.txt
cargo run verify tests/verifying_key tests/proof tests/public_wires.txt