Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <blake3s.hpp>
Public Attributes | |
key_array | key |
key_array | cv |
block_array | buf |
uint8_t | buf_len = 0 |
uint8_t | blocks_compressed = 0 |
uint8_t | flags = 0 |
Definition at line 84 of file blake3s.hpp.
uint8_t blake3::blake3_hasher::blocks_compressed = 0 |
Definition at line 89 of file blake3s.hpp.
block_array blake3::blake3_hasher::buf |
Definition at line 87 of file blake3s.hpp.
uint8_t blake3::blake3_hasher::buf_len = 0 |
Definition at line 88 of file blake3s.hpp.
key_array blake3::blake3_hasher::cv |
Definition at line 86 of file blake3s.hpp.
uint8_t blake3::blake3_hasher::flags = 0 |
Definition at line 90 of file blake3s.hpp.
key_array blake3::blake3_hasher::key |
Definition at line 85 of file blake3s.hpp.