Module halo2_backend::plonk::prover

source ·
Expand description

Generate a proof

Structs§

  • The prover object used to create proofs interactively by passing the witnesses to commit at each phase. This works for a single proof. This is a wrapper over ProverMulti.
  • The prover object used to create proofs interactively by passing the witnesses to commit at each phase. This supports batch proving.