|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/common/assert.hpp"#include "barretenberg/stdlib/primitives/biggroup/biggroup.hpp"#include "barretenberg/stdlib/primitives/field/field_conversion.hpp"#include <cstdint>Go to the source code of this file.
Classes | |
| class | bb::stdlib::PublicInputComponent< ComponentType > |
| A wrapper class for serializing objects to and from the public inputs of a circuit. More... | |
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::stdlib |
Concepts | |
| concept | bb::stdlib::IsSerializableToPublicInputs |
| A concept for types that can be serialized to public inputs. | |
| concept | bb::stdlib::HasReconstructFromPublic |
| Check if a type has reconstruct_from_public method. | |