What problem does it solve?
It provides a comprehensive, developer-focused reference for correctly using and understanding the Sumcheck protocol implementation in barretenberg, including prover/verifier flow, ZK variants, and related sumcheck “flavors.”
Core Features & Use Cases
- Protocol and architecture overview: Explains how barretenberg’s Sumcheck reduces multilinear polynomial identities and how the proving/verifying pipeline is organized (including Fiat-Shamir challenge derivation).
- ZK-specific mechanisms: Documents Libra masking, row disabling (top-of-trace), and how disabled contributions affect the verifier and transcript.
- Flavor- and subsystem-specific guidance: Covers committed sumcheck (Grumpkin/ECCVM), Ultra/HyperNova/Chonk integration points, relation batching behavior, and gate separator (pow_beta) details.
Quick Start
Ask an AI to explain how the verifier handles ZK row disabling and excluded_head_size for the MegaZK/Translator flavors using the sumcheck implementation notes.