SIPHASH_KEY_SIZE
if (keylen != SIPHASH_KEY_SIZE)
unsigned char key[SIPHASH_KEY_SIZE];
static const unsigned char key[SIPHASH_KEY_SIZE] = { 0 };