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

#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]
 

Detailed Description

Definition at line 79 of file blake3s.hpp.

Member Data Documentation

◆ chunk

blake3_chunk_state blake3_full::blake3_hasher__::chunk

Definition at line 81 of file blake3s.hpp.

◆ cv_stack

uint8_t blake3_full::blake3_hasher__::cv_stack[(BLAKE3_MAX_DEPTH+1) *BLAKE3_OUT_LEN]

Definition at line 88 of file blake3s.hpp.

◆ cv_stack_len

uint8_t blake3_full::blake3_hasher__::cv_stack_len

Definition at line 82 of file blake3s.hpp.

◆ key

uint32_t blake3_full::blake3_hasher__::key[8]

Definition at line 80 of file blake3s.hpp.


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