Skip to main content

hash_buffer_full

Function hash_buffer_full 

Source
pub fn hash_buffer_full(data: &[u8]) -> Option<Hash>
Expand description

Full BLAKE3 hash from an in-memory buffer (same algorithm as hash_file_full).

Buffers larger than [RAYON_HASH_THRESHOLD] use update_rayon() for multi-threaded hashing.