pub fn hash_key(key: &[u8]) -> u32
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.