Module halo2_backend::plonk::verifier
source · Expand description
Verify a plonk proof
Functions§
- Returns a boolean indicating whether or not the proof is valid. Verifies a single proof (not batched).
- Returns a boolean indicating whether or not the proof is valid
- Process the proof, checks that the proof is valid and returns the
Strategy
output.