diff options
| author | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2018-12-11 16:17:23 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2018-12-11 16:17:23 +0100 |
| commit | c800899400f179dde4960ef945336f4ce0e24d89 (patch) | |
| tree | 1c46a4a6a91524e21cbcdde781c12e2c60456923 /test/i-128/test-tweakey.c | |
| parent | 7a0789a3abb151e80959f4f802c9154e5c2899c3 (diff) | |
| download | lilliput-ae-implem-c800899400f179dde4960ef945336f4ce0e24d89.tar.xz | |
Revert "Adaptation des tests à la correction de M³"
This reverts commit 7a0789a3abb151e80959f4f802c9154e5c2899c3.
Paul confirme qu'il faut apporter une correction à M³ ; avec un peu de
chance, on peut donc garder les tests tels qu'il étaient avant de
déplier M³.
Diffstat (limited to 'test/i-128/test-tweakey.c')
| -rw-r--r-- | test/i-128/test-tweakey.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/i-128/test-tweakey.c b/test/i-128/test-tweakey.c index 21aab9d..a9b8b5f 100644 --- a/test/i-128/test-tweakey.c +++ b/test/i-128/test-tweakey.c @@ -32,7 +32,7 @@ const vector VECTORS[] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff }, .last_rtk = { - 0xf4, 0x2c, 0xc8, 0x2b, 0xac, 0x31, 0x28, 0xd5 + 0xec, 0xb3, 0x30, 0xd0, 0xe2, 0x90, 0xc8, 0x56 } }, { @@ -63,7 +63,7 @@ const vector VECTORS[] = { 0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f }, .last_rtk = { - 0x93, 0x09, 0x7f, 0x11, 0x05, 0xeb, 0x44, 0x9a + 0xda, 0xcd, 0xb4, 0x0b, 0x7b, 0x80, 0x1e, 0x9a } }, { @@ -78,7 +78,7 @@ const vector VECTORS[] = { 0x7f, 0xf4, 0x23, 0x4d, 0x3d, 0xd5, 0xf9, 0x9b }, .last_rtk = { - 0x68, 0x7c, 0xdc, 0xff, 0x8f, 0x78, 0xc7, 0x64 + 0xdd, 0xc6, 0x4e, 0xd7, 0x1a, 0x82, 0x11, 0xf3 } } }; |
