Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <keccakf1600_event.hpp>
Public Attributes | |
uint32_t | execution_clk |
MemoryAddress | dst_addr |
MemoryAddress | src_addr |
KeccakF1600StateMemValues | src_mem_values |
uint32_t | space_id |
std::array< KeccakF1600RoundData, AVM_KECCAKF1600_NUM_ROUNDS > | rounds |
bool | dst_out_of_range = false |
bool | src_out_of_range = false |
MemoryAddress | dst_abs_diff |
MemoryAddress | src_abs_diff |
bool | tag_error = false |
Definition at line 35 of file keccakf1600_event.hpp.
MemoryAddress bb::avm2::simulation::KeccakF1600Event::dst_abs_diff |
Definition at line 44 of file keccakf1600_event.hpp.
MemoryAddress bb::avm2::simulation::KeccakF1600Event::dst_addr |
Definition at line 37 of file keccakf1600_event.hpp.
bool bb::avm2::simulation::KeccakF1600Event::dst_out_of_range = false |
Definition at line 42 of file keccakf1600_event.hpp.
uint32_t bb::avm2::simulation::KeccakF1600Event::execution_clk |
Definition at line 36 of file keccakf1600_event.hpp.
std::array<KeccakF1600RoundData, AVM_KECCAKF1600_NUM_ROUNDS> bb::avm2::simulation::KeccakF1600Event::rounds |
Definition at line 41 of file keccakf1600_event.hpp.
uint32_t bb::avm2::simulation::KeccakF1600Event::space_id |
Definition at line 40 of file keccakf1600_event.hpp.
MemoryAddress bb::avm2::simulation::KeccakF1600Event::src_abs_diff |
Definition at line 45 of file keccakf1600_event.hpp.
MemoryAddress bb::avm2::simulation::KeccakF1600Event::src_addr |
Definition at line 38 of file keccakf1600_event.hpp.
KeccakF1600StateMemValues bb::avm2::simulation::KeccakF1600Event::src_mem_values |
Definition at line 39 of file keccakf1600_event.hpp.
bool bb::avm2::simulation::KeccakF1600Event::src_out_of_range = false |
Definition at line 43 of file keccakf1600_event.hpp.
bool bb::avm2::simulation::KeccakF1600Event::tag_error = false |
Definition at line 46 of file keccakf1600_event.hpp.