legogroth16 0.6.0

An implementation of the LegoGroth16, the Legosnark variant of Groth16 zkSNARK proof system
Documentation
1
2
3
4
5
6
7
#[derive(Clone, Debug, PartialEq)]
pub enum LinkError {
    InvalidIndex(usize, usize),
    VectorLongerThanExpected(usize, usize),
    VectorWithUnexpectedLength(usize, usize),
    InvalidProof,
}