KATLEN
static const uint8_t known_answers[][KATLEN] = {
static const uint8_t known_answers[][KATLEN] = {
uint8_t KAT_ACTUAL[KATLEN]; \
entpool_extract(P, KAT_ACTUAL, KATLEN); \
if (memcmp(KAT_ACTUAL, known_answers[n], KATLEN)) \
compute(uint8_t output[KATLEN], const struct event *events)
for (j = 0; j < KATLEN; j++)
uint8_t output[KATLEN];
for (j = 0; j < KATLEN; j++) {
if ((KATLEN % 8) != 0)