Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <keccak.hpp>
Public Attributes | |
std::array< field_ct, NUM_KECCAK_LANES > | state |
std::array< field_ct, NUM_KECCAK_LANES > | state_msb |
std::array< field_ct, NUM_KECCAK_LANES > | twisted_state |
Builder * | context |
Definition at line 158 of file keccak.hpp.
Builder* bb::stdlib::keccak< Builder >::keccak_state::context |
Definition at line 162 of file keccak.hpp.
std::array<field_ct, NUM_KECCAK_LANES> bb::stdlib::keccak< Builder >::keccak_state::state |
Definition at line 159 of file keccak.hpp.
std::array<field_ct, NUM_KECCAK_LANES> bb::stdlib::keccak< Builder >::keccak_state::state_msb |
Definition at line 160 of file keccak.hpp.
std::array<field_ct, NUM_KECCAK_LANES> bb::stdlib::keccak< Builder >::keccak_state::twisted_state |
Definition at line 161 of file keccak.hpp.