siphash24
if (siphash24(in, i, &k) != SIP_U8TO64_LE(vectors[i]))
if (siphash24(message, len, &key) != expected)