pub fn hash_buffer_full(data: &[u8]) -> Option<Hash>
Full BLAKE3 hash from an in-memory buffer (same algorithm as hash_file_full).
hash_file_full
Buffers larger than [RAYON_HASH_THRESHOLD] use update_rayon() for multi-threaded hashing.
RAYON_HASH_THRESHOLD
update_rayon()