pub fn hash_files_parallel(paths: &[PathBuf]) -> Vec<(PathBuf, String)>
Hash multiple files in parallel using rayon.
Returns a vec of (path, hash) pairs. Files that can’t be read are skipped.