Skip to main content

hash_file_lite

Function hash_file_lite 

Source
pub fn hash_file_lite(path: &Path, size: u64) -> Result<Option<Hash>>
Expand description

Compute a fast BLAKE3 hash from the first and last 64KB of a file (head+tail sampling)