Skip to main content

hash_file_with_seed

Function hash_file_with_seed 

Source
pub fn hash_file_with_seed(file: &mut File, seed: u64) -> Result<u64, Error>
Expand description

Computes a hash for a std::fs::File object using rapidhash with a specified seed.