|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/vm2/simulation/gadgets/tx_execution.hpp"#include <algorithm>#include <stdexcept>#include "barretenberg/crypto/poseidon2/poseidon2.hpp"#include "barretenberg/vm2/common/aztec_constants.hpp"#include "barretenberg/vm2/common/aztec_types.hpp"#include "barretenberg/vm2/simulation/events/tx_context_event.hpp"#include "barretenberg/vm2/simulation/events/tx_events.hpp"#include "barretenberg/vm2/simulation/gadgets/context.hpp"#include "barretenberg/vm2/simulation/gadgets/tx_context.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::simulation |