Skip to main content

fnv1a64

Function fnv1a64 

Source
pub fn fnv1a64(bytes: &[u8]) -> u64
Expand description

Deterministic 64-bit FNV-1a hash.

The hash is used for reproducible feature hashing. It is not cryptographic.