From 0abbc481e729c9db422239c7220238d5cdfc9051 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Thu, 22 Nov 2018 15:59:11 +0100 Subject: Mise à jour de la permutation du key schedule MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Et des vecteurs de test. --- crypto_aead/lilliputaei128v1/ref/test/test-tweakey.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crypto_aead/lilliputaei128v1/ref/test/test-tweakey.c') 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 } } }; -- cgit v1.2.3