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

#include <keccakf1600_event.hpp>

Public Attributes

KeccakF1600State state
 
std::array< std::array< uint64_t, 4 >, 5 > theta_xor
 
std::array< uint64_t, 5 > theta_xor_row_rotl1
 
std::array< uint64_t, 5 > theta_combined_xor
 
KeccakF1600State state_theta
 
KeccakF1600State state_rho
 
KeccakF1600State state_pi_not
 
KeccakF1600State state_pi_and
 
KeccakF1600State state_chi
 
uint64_t state_iota_00
 

Detailed Description

Definition at line 22 of file keccakf1600_event.hpp.

Member Data Documentation

◆ state

KeccakF1600State bb::avm2::simulation::KeccakF1600RoundData::state

Definition at line 23 of file keccakf1600_event.hpp.

◆ state_chi

KeccakF1600State bb::avm2::simulation::KeccakF1600RoundData::state_chi

Definition at line 31 of file keccakf1600_event.hpp.

◆ state_iota_00

uint64_t bb::avm2::simulation::KeccakF1600RoundData::state_iota_00

Definition at line 32 of file keccakf1600_event.hpp.

◆ state_pi_and

KeccakF1600State bb::avm2::simulation::KeccakF1600RoundData::state_pi_and

Definition at line 30 of file keccakf1600_event.hpp.

◆ state_pi_not

KeccakF1600State bb::avm2::simulation::KeccakF1600RoundData::state_pi_not

Definition at line 29 of file keccakf1600_event.hpp.

◆ state_rho

KeccakF1600State bb::avm2::simulation::KeccakF1600RoundData::state_rho

Definition at line 28 of file keccakf1600_event.hpp.

◆ state_theta

KeccakF1600State bb::avm2::simulation::KeccakF1600RoundData::state_theta

Definition at line 27 of file keccakf1600_event.hpp.

◆ theta_combined_xor

std::array<uint64_t, 5> bb::avm2::simulation::KeccakF1600RoundData::theta_combined_xor

Definition at line 26 of file keccakf1600_event.hpp.

◆ theta_xor

std::array<std::array<uint64_t, 4>, 5> bb::avm2::simulation::KeccakF1600RoundData::theta_xor

Definition at line 24 of file keccakf1600_event.hpp.

◆ theta_xor_row_rotl1

std::array<uint64_t, 5> bb::avm2::simulation::KeccakF1600RoundData::theta_xor_row_rotl1

Definition at line 25 of file keccakf1600_event.hpp.


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