Expand description
This module implements zk-proof batch verifier functionality.
Structs§
Functions§
- batch_
verify - This function verifies the batch of zk-proofs proofs: vector of Plonk proofs RETURN: verification status
- check_
proof_ 🔒evals_ len - Enforce the length of evaluations inside
ProverProof. Atm, the length of evaluations(bothzetaandzeta_omega) SHOULD be 1. The length value is prone to future change. - to_
batch 🔒 - verify
- Verify a proof
ProverProofusing aVerifierIndexand agroup_map.
Type Aliases§
- Result
- The result of a proof verification.