Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::avm2::simulation::KeccakF1600Event Struct Reference

#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_ROUNDSrounds
 
bool dst_out_of_range = false
 
bool src_out_of_range = false
 
MemoryAddress dst_abs_diff
 
MemoryAddress src_abs_diff
 
bool tag_error = false
 

Detailed Description

Definition at line 35 of file keccakf1600_event.hpp.

Member Data Documentation

◆ dst_abs_diff

MemoryAddress bb::avm2::simulation::KeccakF1600Event::dst_abs_diff

Definition at line 44 of file keccakf1600_event.hpp.

◆ dst_addr

MemoryAddress bb::avm2::simulation::KeccakF1600Event::dst_addr

Definition at line 37 of file keccakf1600_event.hpp.

◆ dst_out_of_range

bool bb::avm2::simulation::KeccakF1600Event::dst_out_of_range = false

Definition at line 42 of file keccakf1600_event.hpp.

◆ execution_clk

uint32_t bb::avm2::simulation::KeccakF1600Event::execution_clk

Definition at line 36 of file keccakf1600_event.hpp.

◆ rounds

std::array<KeccakF1600RoundData, AVM_KECCAKF1600_NUM_ROUNDS> bb::avm2::simulation::KeccakF1600Event::rounds

Definition at line 41 of file keccakf1600_event.hpp.

◆ space_id

uint32_t bb::avm2::simulation::KeccakF1600Event::space_id

Definition at line 40 of file keccakf1600_event.hpp.

◆ src_abs_diff

MemoryAddress bb::avm2::simulation::KeccakF1600Event::src_abs_diff

Definition at line 45 of file keccakf1600_event.hpp.

◆ src_addr

MemoryAddress bb::avm2::simulation::KeccakF1600Event::src_addr

Definition at line 38 of file keccakf1600_event.hpp.

◆ src_mem_values

KeccakF1600StateMemValues bb::avm2::simulation::KeccakF1600Event::src_mem_values

Definition at line 39 of file keccakf1600_event.hpp.

◆ src_out_of_range

bool bb::avm2::simulation::KeccakF1600Event::src_out_of_range = false

Definition at line 43 of file keccakf1600_event.hpp.

◆ tag_error

bool bb::avm2::simulation::KeccakF1600Event::tag_error = false

Definition at line 46 of file keccakf1600_event.hpp.


The documentation for this struct was generated from the following file: