|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <gmock/gmock.h>#include <gtest/gtest.h>#include <cmath>#include <cstdint>#include "barretenberg/crypto/merkle_tree/response.hpp"#include "barretenberg/crypto/poseidon2/poseidon2.hpp"#include "barretenberg/vm2/constraining/testing/check_relation.hpp"#include "barretenberg/vm2/generated/relations/lookups_update_check.hpp"#include "barretenberg/vm2/generated/relations/update_check.hpp"#include "barretenberg/vm2/simulation/events/public_data_tree_check_event.hpp"#include "barretenberg/vm2/simulation/events/update_check.hpp"#include "barretenberg/vm2/testing/fixtures.hpp"#include "barretenberg/vm2/testing/macros.hpp"#include "barretenberg/vm2/tracegen/test_trace_container.hpp"#include "barretenberg/vm2/tracegen/update_check_trace.hpp"Go to the source code of this file.
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::avm2 |
| namespace | bb::avm2::constraining |