|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/constants.hpp"#include "barretenberg/ecc/fields/field_conversion.hpp"#include "barretenberg/flavor/flavor.hpp"#include <cstddef>Go to the source code of this file.
Classes | |
| struct | bb::ProofLength::CodecConstants< Flavor > |
| Codec constants computed from Flavor types. More... | |
| struct | bb::ProofLength::Oink< Flavor > |
| Computes Oink proof length from flavor traits. More... | |
| struct | bb::ProofLength::Sumcheck< Flavor > |
| Computes Sumcheck proof length from flavor traits. More... | |
| struct | bb::ProofLength::Shplemini< Flavor > |
| Computes Shplemini/PCS proof length from flavor traits. More... | |
| struct | bb::ProofLength::Honk< Flavor > |
| Full Honk proof layout (used by UltraVerifier). More... | |
| struct | bb::ProofLength::HypernovaInstanceToAccum< Flavor > |
| Hypernova instance-to-accumulator proof layout. More... | |
| struct | bb::ProofLength::MultilinearBatching< Flavor > |
| MultilinearBatching proof layout (used by HyperNova folding). More... | |
| struct | bb::ProofLength::HypernovaFolding< Flavor, BatchingFlavor > |
| Hypernova folding proof layout. More... | |
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::ProofLength |