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