pub fn fnv1a_hash(data: &[u8]) -> u64Expand description
Compute a simple non-cryptographic hash of file data.
Uses FNV-1a (64-bit) for speed. This is not a security hash – it is only meant for detecting accidental corruption.
pub fn fnv1a_hash(data: &[u8]) -> u64Compute a simple non-cryptographic hash of file data.
Uses FNV-1a (64-bit) for speed. This is not a security hash – it is only meant for detecting accidental corruption.