Module hashes

Source
Expand description

Hashes-related data structures and functions.

Structs§

Blake3Hash
BLAKE3 hash output transparent wrapper

Functions§

blake3_hash
BLAKE3 hashing of a single value.
blake3_hash_list
BLAKE3 hashing of a list of values.
blake3_hash_list_with_key
BLAKE3 keyed hashing of a list of values.
blake3_hash_parallel
BLAKE3 hashing of a single value in parallel (only useful for large values well above 128kiB).
blake3_hash_with_key
BLAKE3 keyed hashing of a single value.