diff options
| author | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2018-11-22 15:59:11 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2018-11-22 15:59:11 +0100 |
| commit | 0abbc481e729c9db422239c7220238d5cdfc9051 (patch) | |
| tree | c895256fbe798973173fdef6b44c24c16c48cd9a /crypto_aead/lilliputaei128v1/ref/test/test-tweakey.c | |
| parent | fd133671b6935bf339782e2681ea9397d787aff9 (diff) | |
| download | lilliput-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/test/test-tweakey.c')
| -rw-r--r-- | crypto_aead/lilliputaei128v1/ref/test/test-tweakey.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto_aead/lilliputaei128v1/ref/test/test-tweakey.c b/crypto_aead/lilliputaei128v1/ref/test/test-tweakey.c index 96abe77..d75d2b0 100644 --- a/crypto_aead/lilliputaei128v1/ref/test/test-tweakey.c +++ b/crypto_aead/lilliputaei128v1/ref/test/test-tweakey.c @@ -63,7 +63,7 @@ const vector VECTORS[] = { 0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f }, .last_rtk = { - 0xac, 0x92, 0x86, 0x9b, 0xae, 0xba, 0x8f, 0xa7 + 0xa5, 0x92, 0x9b, 0xa7, 0x86, 0x8f, 0xb3, 0xae } }, { @@ -78,7 +78,7 @@ const vector VECTORS[] = { 0x7f, 0xf4, 0x23, 0x4d, 0x3d, 0xd5, 0xf9, 0x9b }, .last_rtk = { - 0xe6, 0xe3, 0x5e, 0x39, 0xf1, 0xf2, 0xa6, 0xac + 0xed, 0xe3, 0x39, 0xac, 0x5e, 0xa6, 0xf9, 0xf1 } } }; |
