Function fnv1a

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

Compute the FNV-1a hash.

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