Function highwayhash::highwayhash64_portable[][src]

pub fn highwayhash64_portable(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 is a portable implementation not relying on specific instruction sets.