Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 308 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 308 Bytes

ZKP-AUTH

A quick app to validate a zero knowledge proof using the Chaum-Pedersen Protocol.

Steps

  1. Install dependencies
brew install protobuf
  1. Build Project
cargo build --release
  1. Run Server and Client in seperate terminal
./target/release/server
./target/release/client