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

#include <blake3s.hpp>

Public Attributes

uint32_t cv [8]
 
uint64_t chunk_counter
 
uint8_t buf [BLAKE3_BLOCK_LEN]
 
uint8_t buf_len
 
uint8_t blocks_compressed
 
uint8_t flags
 

Detailed Description

Definition at line 70 of file blake3s.hpp.

Member Data Documentation

◆ blocks_compressed

uint8_t blake3_full::blake3_chunk_state__::blocks_compressed

Definition at line 75 of file blake3s.hpp.

◆ buf

uint8_t blake3_full::blake3_chunk_state__::buf[BLAKE3_BLOCK_LEN]

Definition at line 73 of file blake3s.hpp.

◆ buf_len

uint8_t blake3_full::blake3_chunk_state__::buf_len

Definition at line 74 of file blake3s.hpp.

◆ chunk_counter

uint64_t blake3_full::blake3_chunk_state__::chunk_counter

Definition at line 72 of file blake3s.hpp.

◆ cv

uint32_t blake3_full::blake3_chunk_state__::cv[8]

Definition at line 71 of file blake3s.hpp.

◆ flags

uint8_t blake3_full::blake3_chunk_state__::flags

Definition at line 76 of file blake3s.hpp.


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