summaryrefslogtreecommitdiff
path: root/crypto_aead/lilliputaei128v1/ref/constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto_aead/lilliputaei128v1/ref/constants.h')
-rw-r--r--crypto_aead/lilliputaei128v1/ref/constants.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/crypto_aead/lilliputaei128v1/ref/constants.h b/crypto_aead/lilliputaei128v1/ref/constants.h
deleted file mode 100644
index a786023..0000000
--- a/crypto_aead/lilliputaei128v1/ref/constants.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef CONSTANTS_H
-#define CONSTANTS_H
-
-#include <stdint.h>
-
-
-/* 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 */