Function hash_key_aes_safe

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

Compute hash using AES-NI instructions for better performance.

Returns None if AES-NI is not supported on this CPU.