LLVM 19.0.0git
Public Attributes | List of all members
llvm_blake3_chunk_state Struct Reference

#include "llvm-c/blake3.h"

Public Attributes

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

Detailed Description

Definition at line 36 of file blake3.h.

Member Data Documentation

◆ blocks_compressed

uint8_t llvm_blake3_chunk_state::blocks_compressed

Definition at line 41 of file blake3.h.

◆ buf

uint8_t llvm_blake3_chunk_state::buf[LLVM_BLAKE3_BLOCK_LEN]

Definition at line 39 of file blake3.h.

◆ buf_len

uint8_t llvm_blake3_chunk_state::buf_len

Definition at line 40 of file blake3.h.

◆ chunk_counter

uint64_t llvm_blake3_chunk_state::chunk_counter

Definition at line 38 of file blake3.h.

◆ cv

uint32_t llvm_blake3_chunk_state::cv[8]

Definition at line 37 of file blake3.h.

◆ flags

uint8_t llvm_blake3_chunk_state::flags

Definition at line 42 of file blake3.h.


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