Struct ark_linear_sumcheck::gkr_round_sumcheck::GKRRoundSumcheck[][src]

pub struct GKRRoundSumcheck<F: Field> { /* fields omitted */ }
Expand description

Sumcheck Argument for GKR Round Function

Implementations

Takes a GKR Round Function and input, prove the sum.

  • f1,f2,f3: represents the GKR round function
  • g: represents the fixed input.

Takes a GKR Round Function, input, and proof, and returns a subclaim.

If the claimed_sum is correct, then it is subclaim.verify_subclaim will return true. Otherwise, it is very likely that subclaim.verify_subclaim will return false. Larger field size guarantees smaller soundness error.

  • f2_num_vars: represents number of variables of f2

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.