|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/vm2/simulation/gadgets/to_radix.hpp"#include <cstdint>#include <gmock/gmock.h>#include <gtest/gtest.h>#include "barretenberg/vm2/common/aztec_types.hpp"#include "barretenberg/vm2/simulation/events/event_emitter.hpp"#include "barretenberg/vm2/simulation/events/to_radix_event.hpp"#include "barretenberg/vm2/simulation/gadgets/memory.hpp"#include "barretenberg/vm2/simulation/standalone/pure_gt.hpp"#include "barretenberg/vm2/simulation/standalone/pure_memory.hpp"#include "barretenberg/vm2/simulation/testing/mock_execution_id_manager.hpp"#include "barretenberg/vm2/simulation/testing/mock_gt.hpp"#include "barretenberg/vm2/testing/macros.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 |