From 6b9b98de6c032fd3fd74a19083630cb749e185a7 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Thu, 22 Nov 2018 14:57:47 +0100 Subject: Mise à jour de la permutation du tweakey dans l'implémentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crypto_aead/lilliputaei128v1/ref/constants.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto_aead/lilliputaei128v1/ref/constants.c') diff --git a/crypto_aead/lilliputaei128v1/ref/constants.c b/crypto_aead/lilliputaei128v1/ref/constants.c index 350021c..b8c8f31 100644 --- a/crypto_aead/lilliputaei128v1/ref/constants.c +++ b/crypto_aead/lilliputaei128v1/ref/constants.c @@ -2,7 +2,7 @@ const uint8_t h[8] = { - 4, 0, 1, 5, 2, 6, 3, 7 + 1, 2, 4, 6, 0, 3, 5, 7 }; const uint8_t P[6][256] = { -- cgit v1.2.3