Function collections::hash::sip::hash_with_keys[src]

pub fn hash_with_keys<T: Hash<SipState>>(k0: u64, k1: u64, value: &T) -> u64

Hash a value with the SipHash algorithm with the provided keys.