jf_plonk::proof_system

Module structs

Source
Expand description

Data structures used in Plonk proof systems

Structs§

  • An aggregated SNARK proof that batchly proving multiple instances.
  • A struct that stores the polynomial evaluations in a Plookup argument proof.
  • A Plookup argument proof.
  • Preprocessed prover parameters used to compute Plookup proofs for a certain circuit.
  • Preprocessed verifier parameters used to verify Plookup proofs for a certain circuit.
  • A Plonk SNARK proof.
  • A struct that stores the polynomial evaluations in a Plonk proof.
  • Preprocessed prover parameters used to compute Plonk proofs for a certain circuit.
  • Preprocessed verifier parameters used to verify Plonk proofs for a certain circuit.

Type Aliases§