summaryrefslogtreecommitdiff
path: root/crypto_aead/lilliputaei128v1/ref/constants.h
blob: 109f1c54963e5e677fe86723bbbe763ba78331d9 (plain)
1
2
3
4
5
6
7
8
9
#include <stdint.h>


/* Tweakey permutation */
extern const uint8_t h[8];

/* Tweakey multiplication */
extern const uint8_t P[6][256];