Re-exports§
pub use oracles::constraint_set_sumcheck_prover;
pub use oracles::constraint_set_zerocheck_prover;
pub use prover_state::ProverState;
pub use prover_state::SumcheckInterpolator;
pub use regular_sumcheck::RegularSumcheckProver;
pub use univariate::reduce_to_skipped_projection;
pub use univariate::univariatizing_reduction_prover;
pub use zerocheck::UnivariateZerocheck;
pub use zerocheck::ZerocheckProver;
Modules§
Enums§
- A sum type that is used to put both regular sumchecks and zerochecks into the same
batch_prove
call.
Traits§
- A sumcheck prover with a round-by-round execution interface.
- A univariate zerocheck prover interface.
Functions§
- Prove a batched sumcheck protocol execution.
- Prove a batched sumcheck protocol execution, but after some rounds have been processed.
- Prove a batched univariate zerocheck round.