Skip to main content

Module protocol

Module protocol 

Source
Expand description

Sumcheck protocol types.

Defines the claim, round messages, and proof structure for the sumcheck interactive proof.

Structsยง

RoundPoly
A degree-1 univariate polynomial sent by the prover each round.
SumcheckClaim
A sumcheck claim: the polynomial and its purported sum.
SumcheckProof
A complete sumcheck proof: one round polynomial per variable.