Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
blake3::blake3_hasher Struct Reference

#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
 

Detailed Description

Definition at line 84 of file blake3s.hpp.

Member Data Documentation

◆ blocks_compressed

uint8_t blake3::blake3_hasher::blocks_compressed = 0

Definition at line 89 of file blake3s.hpp.

◆ buf

block_array blake3::blake3_hasher::buf

Definition at line 87 of file blake3s.hpp.

◆ buf_len

uint8_t blake3::blake3_hasher::buf_len = 0

Definition at line 88 of file blake3s.hpp.

◆ cv

key_array blake3::blake3_hasher::cv

Definition at line 86 of file blake3s.hpp.

◆ flags

uint8_t blake3::blake3_hasher::flags = 0

Definition at line 90 of file blake3s.hpp.

◆ key

key_array blake3::blake3_hasher::key

Definition at line 85 of file blake3s.hpp.


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