Function fasthash::sea::hash64 []

pub fn hash64(buf: &[u8]) -> u64

Hash some buffer.

This is a highly optimized implementation of SeaHash. It implements numerous techniques to improve performance:

and more.

The seed of this hash function is prechosen.