Function fnv1

Source
pub fn fnv1<T>(data: &[u8]) -> T
where T: Fnv, u8: AsPrimitive<T>,
Expand description

Compute the FNV-1 hash.

See also Fnv::fnv1. Uses the default Fnv::OFFSET_BASIS.