|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <array>#include <cstddef>#include <cstdint>#include <span>#include <string>#include <tuple>#include <vector>#include "barretenberg/common/ref_array.hpp"#include "barretenberg/common/ref_vector.hpp"#include "barretenberg/flavor/repeated_commitments_data.hpp"#include "barretenberg/honk/execution_trace/execution_trace_block.hpp"#include "barretenberg/relations/delta_range_constraint_relation.hpp"#include "barretenberg/relations/elliptic_relation.hpp"#include "barretenberg/relations/logderiv_lookup_relation.hpp"#include "barretenberg/relations/memory_relation.hpp"#include "barretenberg/relations/non_native_field_relation.hpp"#include "barretenberg/relations/permutation_relation.hpp"#include "barretenberg/relations/poseidon2_external_relation.hpp"#include "barretenberg/relations/poseidon2_internal_relation.hpp"#include "barretenberg/relations/ultra_arithmetic_relation.hpp"Go to the source code of this file.
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |