diff options
| author | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2018-12-10 17:09:29 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2018-12-10 17:09:29 +0100 |
| commit | 95418fee197c234db8c494b88a87d8efc5ede864 (patch) | |
| tree | fa3d83e62ccc5157e0f157a9e9df8fbd7d396d89 /test/i-128/test-tweakey.c | |
| parent | 7e8b275d599f475caf315493e79ea033fa0f17c2 (diff) | |
| download | lilliput-ae-implem-95418fee197c234db8c494b88a87d8efc5ede864.tar.xz | |
Adaptation des tests au nouveau key schedule
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 e332c66..d461dc2 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 = { - 0x42, 0x5d, 0x5d, 0x5d, 0x5d, 0x5d, 0x5d, 0x5d + 0x2f, 0x16, 0x6a, 0x49, 0x47, 0xee, 0x13, 0xeb } }, { @@ -63,7 +63,7 @@ const vector VECTORS[] = { 0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f }, .last_rtk = { - 0xb8, 0xba, 0x86, 0x8f, 0xae, 0x92, 0x9b, 0xb3 + 0x1e, 0x02, 0x99, 0x4d, 0xec, 0x97, 0xed, 0x72 } }, { @@ -78,7 +78,7 @@ const vector VECTORS[] = { 0x7f, 0xf4, 0x23, 0x4d, 0x3d, 0xd5, 0xf9, 0x9b }, .last_rtk = { - 0xb3, 0xf2, 0x5e, 0xa6, 0xf1, 0xe3, 0x39, 0xf9 + 0x40, 0x5d, 0x9b, 0x70, 0x8d, 0x27, 0xe5, 0x64 } } }; |
