[][src]Function easy_xxhash64::file_hash::hash_path

pub fn hash_path(path: &str) -> Result<u64, CryptoError>

Reads a file and computes the xxHash64 Returns the Hash or and error (for example if the file is not found)

  • path - Path to file