Expand description
Verifiers for (S)NARK.
Modules§
- plonk
- Verifiers for PLONK, currently there are
PlonkSuccinctVerifierandPlonkVerifierimplemented and both are implemented assuming the usedPolynomialCommitmentSchemehas atomic or split accumulation scheme (PlonkVerifieris justPlonkSuccinctVerifierplus doing accumulator deciding then returns accept/reject as ouput).
Traits§
- Snark
Verifier - (S)NARK verifier for verifying a (S)NARK.