Function autobahn_hash::hash_128

source ·
pub fn hash_128(bytes: &[u8], key: [u64; 4]) -> [u64; 2]
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.