legogroth16 0.18.0

An implementation of the LegoGroth16, the Legosnark variant of Groth16 zkSNARK proof system
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod commitment;
pub mod error;
pub mod groth16;
pub mod key;
pub mod kzg;
pub mod legogroth16;
pub mod srs;
pub mod utils;

#[cfg(test)]
mod tests;