Expand description
This module implements the data structures of a proof.
Modules
Structs
- Commitments linked to the lookup feature
- Evaluations of a polynomial at 2 points
- Polynomial evaluations contained in a
ProverProof
. - All the commitments that the prover creates as part of the proof.
- The proof that the prover creates from a ProverIndex and a
witness
. - A struct to store the challenges inside a
ProverProof