pub fn hash_file_full(path: &Path) -> Result<Option<Hash>>Expand description
Compute a full BLAKE3 hash of an entire file.
Files larger than [RAYON_HASH_THRESHOLD] (1 MiB) use update_rayon()
for multi-threaded hashing. Output is identical to sequential hashing.