summaryrefslogtreecommitdiff
path: root/crypto_aead/lilliputaei128v1/ref/constants.c
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@airbus.com>2018-11-22 15:59:11 +0100
committerKévin Le Gouguec <kevin.legouguec@airbus.com>2018-11-22 15:59:11 +0100
commit0abbc481e729c9db422239c7220238d5cdfc9051 (patch)
treec895256fbe798973173fdef6b44c24c16c48cd9a /crypto_aead/lilliputaei128v1/ref/constants.c
parentfd133671b6935bf339782e2681ea9397d787aff9 (diff)
downloadlilliput-ae-implem-0abbc481e729c9db422239c7220238d5cdfc9051.tar.xz
Mise à jour de la permutation du key schedule
Et des vecteurs de test.
Diffstat (limited to 'crypto_aead/lilliputaei128v1/ref/constants.c')
-rw-r--r--crypto_aead/lilliputaei128v1/ref/constants.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto_aead/lilliputaei128v1/ref/constants.c b/crypto_aead/lilliputaei128v1/ref/constants.c
index ae07c9f..29da1d8 100644
--- a/crypto_aead/lilliputaei128v1/ref/constants.c
+++ b/crypto_aead/lilliputaei128v1/ref/constants.c
@@ -2,7 +2,7 @@
const uint8_t h[8] = {
- 1, 2, 4, 6, 0, 3, 5, 7
+ 1, 5, 3, 0, 4, 7, 2, 6
};
const uint8_t P[6][256] = {