|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <array>#include <cstdint>#include <stdexcept>#include <string>#include "barretenberg/vm2/common/aztec_constants.hpp"#include "barretenberg/vm2/common/memory_types.hpp"Go to the source code of this file.
Classes | |
| struct | bb::avm2::simulation::KeccakF1600Exception |
| struct | bb::avm2::simulation::KeccakF1600RoundData |
| struct | bb::avm2::simulation::KeccakF1600Event |
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::avm2 |
| namespace | bb::avm2::simulation |
Typedefs | |
| using | bb::avm2::simulation::KeccakF1600State = std::array< std::array< uint64_t, 5 >, 5 > |
| using | bb::avm2::simulation::KeccakF1600StateMemValues = std::array< std::array< MemoryValue, 5 >, 5 > |