|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/flavor/ultra_flavor.hpp"#include "barretenberg/srs/factories/crs_factory.hpp"#include <array>#include <concepts>#include <span>#include <string>#include <type_traits>#include <vector>#include "barretenberg/stdlib/primitives/curves/bn254.hpp"#include "barretenberg/stdlib/primitives/field/field.hpp"Go to the source code of this file.
Classes | |
| class | bb::UltraRecursiveFlavor_< BuilderType > |
| The recursive counterpart to the "native" Ultra flavor. More... | |
| class | bb::UltraRecursiveFlavor_< BuilderType >::VerificationKey |
| The verification key is responsible for storing the commitments to the precomputed (non-witnessk) polynomials used by the verifier. More... | |
| class | bb::UltraRecursiveFlavor_< BuilderType >::AllValues |
| A field element for each entity of the flavor. These entities represent the prover polynomials evaluated at one point. More... | |
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |