Function autobahn_hash::hash_256

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