pub fn fnv1<T>(data: &[u8]) -> T
Expand description
Compute the FNV-1 hash.
See also Fnv::fnv1
.
Uses the default Fnv::OFFSET_BASIS
.
pub fn fnv1<T>(data: &[u8]) -> T
Compute the FNV-1 hash.
See also Fnv::fnv1
.
Uses the default Fnv::OFFSET_BASIS
.