Expand description
Verifiers for (S)NARK.
Modules§
- Verifiers for PLONK, currently there are
PlonkSuccinctVerifier
andPlonkVerifier
implemented and both are implemented assuming the usedPolynomialCommitmentScheme
has atomic or split accumulation scheme (PlonkVerifier
is justPlonkSuccinctVerifier
plus doing accumulator deciding then returns accept/reject as ouput).
Traits§
- (S)NARK verifier for verifying a (S)NARK.