diff options
| author | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2018-11-21 08:24:21 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2018-11-21 08:27:59 +0100 |
| commit | 6e89e68db7aec144cd86f44d130e9ec73449da0f (patch) | |
| tree | 1b6ee606b969b553f339fe30a28841f08b6cfe2c /crypto_aead/lilliputaei128v1/ref/test/tweakey-ref | |
| parent | dc4c7b2f6a571706bdccaf9bd9fae2f9c5554c3c (diff) | |
| download | lilliput-ae-implem-6e89e68db7aec144cd86f44d130e9ec73449da0f.tar.xz | |
Mise à jour des vecteurs de Léo (suite)
J'avais oublié
- de virer le 33ème tour de null et full,
- de mettre à jour les valeurs de random dans le code C
TODO: lire ces valeurs automatiquement depuis le fichier de référence…
Diffstat (limited to 'crypto_aead/lilliputaei128v1/ref/test/tweakey-ref')
3 files changed, 1 insertions, 63 deletions
diff --git a/crypto_aead/lilliputaei128v1/ref/test/tweakey-ref/tweakey_full.txt b/crypto_aead/lilliputaei128v1/ref/test/tweakey-ref/tweakey_full.txt index 9f7e25b..ef346d2 100644 --- a/crypto_aead/lilliputaei128v1/ref/test/tweakey-ref/tweakey_full.txt +++ b/crypto_aead/lilliputaei128v1/ref/test/tweakey-ref/tweakey_full.txt @@ -1018,34 +1018,3 @@ Tweakey Schedule Subtweakey : 5d 5d 5d 5d 5d 5d 5d 42 - Round Tweakey 32 - Input Tweakey : - 04 04 04 04 04 04 04 04 - 66 66 66 66 66 66 66 66 - a7 a7 a7 a7 a7 a7 a7 a7 - 67 67 67 67 67 67 67 67 - ff ff ff ff ff ff ff ff - - Post permutation Tweakey : - 04 04 04 04 04 04 04 04 - 66 66 66 66 66 66 66 66 - a7 a7 a7 a7 a7 a7 a7 a7 - 67 67 67 67 67 67 67 67 - ff ff ff ff ff ff ff ff - - Post multiplication Tweakey : - 03 03 03 03 03 03 03 03 - 2a 2a 2a 2a 2a 2a 2a 2a - 1b 1b 1b 1b 1b 1b 1b 1b - ca ca ca ca ca ca ca ca - ff ff ff ff ff ff ff ff - - Extracting Subtweakey round 32 - 03 03 03 03 03 03 03 03 - 2a 2a 2a 2a 2a 2a 2a 2a - 1b 1b 1b 1b 1b 1b 1b 1b - ca ca ca ca ca ca ca ca - ff ff ff ff ff ff ff ff - - Subtweakey : - 07 07 07 07 07 07 07 27 diff --git a/crypto_aead/lilliputaei128v1/ref/test/tweakey-ref/tweakey_null.txt b/crypto_aead/lilliputaei128v1/ref/test/tweakey-ref/tweakey_null.txt index baee58a..ed7938b 100644 --- a/crypto_aead/lilliputaei128v1/ref/test/tweakey-ref/tweakey_null.txt +++ b/crypto_aead/lilliputaei128v1/ref/test/tweakey-ref/tweakey_null.txt @@ -1018,34 +1018,3 @@ Tweakey Schedule Subtweakey : 00 00 00 00 00 00 00 1f - Round Tweakey 32 - Input Tweakey : - 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 - - Post permutation Tweakey : - 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 - - Post multiplication Tweakey : - 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 - - Extracting Subtweakey round 32 - 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 - - Subtweakey : - 00 00 00 00 00 00 00 20 diff --git a/crypto_aead/lilliputaei128v1/ref/test/tweakey-ref/tweakey_random.txt b/crypto_aead/lilliputaei128v1/ref/test/tweakey-ref/tweakey_random.txt index 09ed87a..f1d5243 100644 --- a/crypto_aead/lilliputaei128v1/ref/test/tweakey-ref/tweakey_random.txt +++ b/crypto_aead/lilliputaei128v1/ref/test/tweakey-ref/tweakey_random.txt @@ -24,7 +24,7 @@ Tweakey Schedule 84 1c 11 81 10 f3 43 a8 Subtweakey : - 1b 80 94 04 bf 7b 54 b4 + 1b 80 94 04 bf 7b 54 b4 Round Tweakey 1 Input Tweakey : |
