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
pub mod proof;
pub mod prover;
pub mod verifier;

pub use proof::AggregateProof;
pub use prover::aggregate_proofs;
pub use verifier::verify_aggregate_proof;