#ifndef CONSTANTS_H #define CONSTANTS_H #include /* Tweakey permutation */ extern const uint8_t h[8]; /* Tweakey multiplication */ extern const uint8_t P[6][256]; /* Lilliput S-box */ extern const uint8_t S[256]; #endif /* CONSTANTS_H */