|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/common/assert.hpp"#include "barretenberg/ecc/curves/bn254/fr.hpp"#include "barretenberg/ecc/fields/field_conversion.hpp"#include "barretenberg/public_input_component/public_component_key.hpp"#include <cstdint>#include <span>Go to the source code of this file.
Classes | |
| class | bb::PublicInputComponent< ComponentType > |
| A wrapper class for deserializing objects from the public inputs of a circuit. More... | |
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
Concepts | |
| concept | bb::IsDeserializableFromPublicInputs |
| A concept for types that can be deserialized from public inputs. | |
| concept | bb::HasReconstructFromPublic |
| Check if a type has reconstruct_from_public method. | |