blake3.binding

Undocumented in source.

Members

Functions

blake3_hasher_finalize
void blake3_hasher_finalize(const(blake3_hasher)* self, ubyte* out_, size_t out_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
blake3_hasher_finalize_seek
void blake3_hasher_finalize_seek(const(blake3_hasher)* self, ulong seek, ubyte* out_, size_t out_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
blake3_hasher_init
void blake3_hasher_init(blake3_hasher* self)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
blake3_hasher_init_derive_key
void blake3_hasher_init_derive_key(blake3_hasher* self, const(char)* context)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
blake3_hasher_init_derive_key_raw
void blake3_hasher_init_derive_key_raw(blake3_hasher* self, const(void)* context, size_t context_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
blake3_hasher_init_keyed
void blake3_hasher_init_keyed(blake3_hasher* self, const(ubyte)[BLAKE3_KEY_LEN] key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
blake3_hasher_update
void blake3_hasher_update(blake3_hasher* self, const(void)* input, size_t input_len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
blake3_version
const(char)* blake3_version()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

BLAKE3_BLOCK_LEN
enum BLAKE3_BLOCK_LEN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BLAKE3_CHUNK_LEN
enum BLAKE3_CHUNK_LEN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BLAKE3_KEY_LEN
enum BLAKE3_KEY_LEN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BLAKE3_MAX_DEPTH
enum BLAKE3_MAX_DEPTH;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BLAKE3_OUT_LEN
enum BLAKE3_OUT_LEN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
BLAKE3_VERSION_STRING
enum BLAKE3_VERSION_STRING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

blake3_chunk_state
struct blake3_chunk_state
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
blake3_hasher
struct blake3_hasher
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta