Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <blake3s.hpp>
Public Attributes | |
uint32_t | key [8] |
blake3_chunk_state | chunk |
uint8_t | cv_stack_len |
uint8_t | cv_stack [(BLAKE3_MAX_DEPTH+1) *BLAKE3_OUT_LEN] |
Definition at line 79 of file blake3s.hpp.
blake3_chunk_state blake3_full::blake3_hasher__::chunk |
Definition at line 81 of file blake3s.hpp.
uint8_t blake3_full::blake3_hasher__::cv_stack[(BLAKE3_MAX_DEPTH+1) *BLAKE3_OUT_LEN] |
Definition at line 88 of file blake3s.hpp.
uint8_t blake3_full::blake3_hasher__::cv_stack_len |
Definition at line 82 of file blake3s.hpp.
uint32_t blake3_full::blake3_hasher__::key[8] |
Definition at line 80 of file blake3s.hpp.