#pragma once #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];