Barretenberg
The ZK-SNARK library at the core of Aztec
|
#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 |
Definition at line 22 of file keccakf1600_event.hpp.
KeccakF1600State bb::avm2::simulation::KeccakF1600RoundData::state |
Definition at line 23 of file keccakf1600_event.hpp.
KeccakF1600State bb::avm2::simulation::KeccakF1600RoundData::state_chi |
Definition at line 31 of file keccakf1600_event.hpp.
uint64_t bb::avm2::simulation::KeccakF1600RoundData::state_iota_00 |
Definition at line 32 of file keccakf1600_event.hpp.
KeccakF1600State bb::avm2::simulation::KeccakF1600RoundData::state_pi_and |
Definition at line 30 of file keccakf1600_event.hpp.
KeccakF1600State bb::avm2::simulation::KeccakF1600RoundData::state_pi_not |
Definition at line 29 of file keccakf1600_event.hpp.
KeccakF1600State bb::avm2::simulation::KeccakF1600RoundData::state_rho |
Definition at line 28 of file keccakf1600_event.hpp.
KeccakF1600State bb::avm2::simulation::KeccakF1600RoundData::state_theta |
Definition at line 27 of file keccakf1600_event.hpp.
std::array<uint64_t, 5> bb::avm2::simulation::KeccakF1600RoundData::theta_combined_xor |
Definition at line 26 of file keccakf1600_event.hpp.
std::array<std::array<uint64_t, 4>, 5> bb::avm2::simulation::KeccakF1600RoundData::theta_xor |
Definition at line 24 of file keccakf1600_event.hpp.
std::array<uint64_t, 5> bb::avm2::simulation::KeccakF1600RoundData::theta_xor_row_rotl1 |
Definition at line 25 of file keccakf1600_event.hpp.