This is an Rust implemenation of the python zero knowledge tutorial available here
It is a zero knowledge proof for the partition problem. ie given a set of different sized partitions can you prove you know the two partition sets that are of equal size and can you do so without revealing anything about your solution?
- First install Rust
- Clone repo
- cd zero-knowledge-rust-example
- cargo build
- cargo test
You can play around with the tests in lib.rs to try create different proofs.