legogroth16 0.6.0

An implementation of the LegoGroth16, the Legosnark variant of Groth16 zkSNARK proof system
Documentation
1
2
3
4
5
pub mod proof;
pub mod prover;
pub mod verifier;

pub use {proof::AggregateProof, prover::aggregate_proofs, verifier::verify_aggregate_proof};