From fa8bfd4386a86834bf527988c2a05fbf0336f8cb Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Wed, 21 Nov 2018 17:39:25 +0100 Subject: Implémentation de la couche non-linéaire MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit So far so good. --- crypto_aead/lilliputaei128v1/ref/constants.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crypto_aead/lilliputaei128v1/ref/constants.h') 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]; -- cgit v1.2.3