Function highwayhash::highwayhash64[][src]

pub fn highwayhash64(key: &[u64; 4], bytes: &[u8]) -> u64

HighwayHash is a strong pseudorandom function with security claims. It is intended as a safer general-purpose hash, about 4x faster than SipHash and 10x faster than BLAKE2.

Returns a 64-bit hash of the given data bytes.

This uses the fastest available implementation.