Module zkplonk::prelude

source ·
Expand description

Collection of functions needed to use plonk library.

Use this as the only import that you need to interact with the principal data structures of the plonk library.

Re-exports

Structs

  • Bls12 381 curve scalar field
  • Each gate expression
  • Twisted Edwards curve Jubjub affine coordinate
  • Twisted Edwards curve Jubjub extended coordinate
  • Twisted Edwards curve Jubjub base field
  • A Proof is a composition of Commitments to the Witness, Permutation, Quotient, Shifted and Opening polynomials as well as the ProofEvaluations.

Enums

Traits