Function hash_key

Source
pub fn hash_key(key: &[u8]) -> u32
Expand description

Compute hash of a key using the best available method.

On x86_64 CPUs with AES-NI support, uses hardware-accelerated hashing. Otherwise falls back to MurmurHash3.