- blake3_hasher_finalize
void blake3_hasher_finalize(blake3_hasher* self, uint8_t* 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(blake3_hasher* self, uint64_t seek, uint8_t* 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, 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, 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, uint8_t[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_reset
void blake3_hasher_reset(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_update
void blake3_hasher_update(blake3_hasher* self, 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.
BLAKE3 wrapper around BLAKE3 C API.