Function dryoc::classic::crypto_shorthash::crypto_shorthash
source · pub fn crypto_shorthash(output: &mut Hash, input: &[u8], key: &Key)
Expand description
Computes a short input hash for input
and key
, placing the result into
output
, using SipHash-2-4.