sigma-proof-compiler 0.1.0

A Rust library for creating and verifying sigma protocols (zero-knowledge proofs of knowledge) using symbolic computation over elliptic curves
Documentation
1
2
3
4
5
6
pub mod absorb;
pub mod compiler;
pub mod equations;
pub mod errors;
pub mod sigmas;
pub mod transcript;