Function autobahn_hash::hash_64

source ·
pub fn hash_64(bytes: &[u8], key: [u64; 4]) -> u64
Available on crate feature multiversion only.
Expand description

Hash a slice with the given key.

This function dynamically selects the best instruction set at runtime.