pub fn blake3_hash_parallel(data: &[u8]) -> Blake3Hash
Expand description
BLAKE3 hashing of a single value in parallel (only useful for large values well above 128kiB).
pub fn blake3_hash_parallel(data: &[u8]) -> Blake3Hash
BLAKE3 hashing of a single value in parallel (only useful for large values well above 128kiB).