summaryrefslogtreecommitdiff
path: root/crypto_aead/lilliputaei128v1/ref/constants.h
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@airbus.com>2018-11-21 17:39:25 +0100
committerKévin Le Gouguec <kevin.legouguec@airbus.com>2018-11-21 17:39:25 +0100
commitfa8bfd4386a86834bf527988c2a05fbf0336f8cb (patch)
tree82660c68eb162d4ade75a27dfa46f1f4d7fd5c11 /crypto_aead/lilliputaei128v1/ref/constants.h
parentfe1e17321f5304b32d4f9423ff22749294e5db9a (diff)
downloadlilliput-ae-implem-fa8bfd4386a86834bf527988c2a05fbf0336f8cb.tar.xz
Implémentation de la couche non-linéaire
So far so good.
Diffstat (limited to 'crypto_aead/lilliputaei128v1/ref/constants.h')
-rw-r--r--crypto_aead/lilliputaei128v1/ref/constants.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto_aead/lilliputaei128v1/ref/constants.h b/crypto_aead/lilliputaei128v1/ref/constants.h
index 123204a..ec1da94 100644
--- a/crypto_aead/lilliputaei128v1/ref/constants.h
+++ b/crypto_aead/lilliputaei128v1/ref/constants.h
@@ -9,3 +9,5 @@ extern const uint8_t h[8];
/* Tweakey multiplication */
extern const uint8_t P[6][256];
+/* Lilliput S-box */
+extern const uint8_t S[256];