Go to the source code of this file.
|
| class | bb::Relation< RelationImpl > |
| | A wrapper for Relations to expose methods used by the Sumcheck prover or verifier to add the contribution of a given relation to the corresponding accumulator. More...
|
| |
|
| namespace | bb |
| | Entry point for Barretenberg command-line interface.
|
| |
|
| concept | bb::IsProverAccumulator |
| | True for the accumulator type used by the sumcheck PROVER, as opposed to either verifier.
|
| |
| concept | bb::HasSubrelationLinearlyIndependentMember |
| |
| concept | bb::isSkippable |
| | The templates defined herein facilitate sharing the relation arithmetic between the prover and the verifier.
|
| |
| concept | bb::isRowSkippable |
| | Check if the flavor has a static skip method to determine if accumulation of all relations can be skipped for a given row.
|
| |
| concept | bb::IsOffsetOnlyRelation |
| | A relation is "offset-only" if its contribution enters the round univariate scaled by L(x) = L_0 + L_1 + L_2 + L_3 — the indicator of the offset-area rows 0 .. NUM_DISABLED_ROWS_IN_SUMCHECK - 1.
|
| |