[][src]Function seahash::hash

pub fn hash(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.