blake3-d ~master (2024-03-20T17:27:15.7138341)
Dub
Repo
blake3_chunk_state
blake3
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
) @
safe
pure nothrow @
nogc
struct
blake3_chunk_state {
uint32_t
[
8
]
cv
;
uint64_t
chunk_counter
;
uint8_t
[
BLAKE3_BLOCK_LEN
]
buf
;
uint8_t
buf_len
;
uint8_t
blocks_compressed
;
uint8_t
flags
;
}
Members
Variables
blocks_compressed
uint8_t
blocks_compressed
;
Undocumented in source.
buf
uint8_t
[
BLAKE3_BLOCK_LEN
]
buf
;
Undocumented in source.
buf_len
uint8_t
buf_len
;
Undocumented in source.
chunk_counter
uint64_t
chunk_counter
;
Undocumented in source.
cv
uint32_t
[
8
]
cv
;
Undocumented in source.
flags
uint8_t
flags
;
Undocumented in source.
Meta
Source
See Implementation
blake3
functions
blake3_hasher_finalize
blake3_hasher_finalize_seek
blake3_hasher_init
blake3_hasher_init_derive_key
blake3_hasher_init_derive_key_raw
blake3_hasher_init_keyed
blake3_hasher_reset
blake3_hasher_update
blake3_version
structs
BLAKE3
blake3_chunk_state
blake3_hasher