|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <array>#include <cstdint>#include "barretenberg/vm2/common/memory_types.hpp"#include "barretenberg/vm2/simulation/events/event_emitter.hpp"#include "barretenberg/vm2/simulation/events/keccakf1600_event.hpp"#include "barretenberg/vm2/simulation/gadgets/bitwise.hpp"#include "barretenberg/vm2/simulation/gadgets/gt.hpp"#include "barretenberg/vm2/simulation/gadgets/memory.hpp"#include "barretenberg/vm2/simulation/gadgets/range_check.hpp"#include "barretenberg/vm2/simulation/interfaces/keccakf1600.hpp"#include "barretenberg/vm2/simulation/lib/execution_id_manager.hpp"Go to the source code of this file.
Classes | |
| class | bb::avm2::simulation::KeccakF1600 |
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::avm2 |
| namespace | bb::avm2::simulation |
Variables | |
| constexpr std::array< std::array< uint8_t, 5 >, 5 > | bb::avm2::simulation::keccak_rotation_len |
| constexpr std::array< std::array< uint8_t, 5 >, 5 > | bb::avm2::simulation::keccak_pi_rho_x_coords |
| constexpr std::array< uint64_t, 24 > | bb::avm2::simulation::keccak_round_constants |