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