diff options
| author | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2018-12-11 15:33:30 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2018-12-11 15:33:30 +0100 |
| commit | 7a0789a3abb151e80959f4f802c9154e5c2899c3 (patch) | |
| tree | b1931e905f0eee54672e77f0f72ac0dff185c676 /test/i-128/test-tbc-decrypt.c | |
| parent | 3f49e4c4f009648b191c61be8a1477ca2799755f (diff) | |
| download | lilliput-ae-implem-7a0789a3abb151e80959f4f802c9154e5c2899c3.tar.xz | |
Adaptation des tests à la correction de M³
Diffstat (limited to 'test/i-128/test-tbc-decrypt.c')
| -rw-r--r-- | test/i-128/test-tbc-decrypt.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/i-128/test-tbc-decrypt.c b/test/i-128/test-tbc-decrypt.c index 6b558cb..deeb943 100644 --- a/test/i-128/test-tbc-decrypt.c +++ b/test/i-128/test-tbc-decrypt.c @@ -33,8 +33,8 @@ const vector VECTORS[] = { 0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f }, .ciphertext = { - 0x8d, 0x95, 0xa2, 0x10, 0xe6, 0xb2, 0xce, 0xc2, - 0x52, 0x0b, 0x06, 0xaf, 0x26, 0x00, 0xce, 0xe5 + 0x69, 0xd6, 0xe5, 0x08, 0x09, 0xcb, 0x05, 0x4b, + 0xed, 0x80, 0x5c, 0x8f, 0x1e, 0xf0, 0x3b, 0x10 }, .message = { 0x00, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, @@ -53,8 +53,8 @@ const vector VECTORS[] = { 0x7f, 0xf4, 0x23, 0x4d, 0x3d, 0xd5, 0xf9, 0x9b }, .ciphertext = { - 0x5b, 0x5a, 0x1c, 0xfe, 0x25, 0x6e, 0x85, 0x69, - 0x3e, 0x71, 0x3e, 0x43, 0x30, 0xa8, 0x4c, 0x82 + 0x9f, 0xdf, 0x7f, 0x7e, 0x8f, 0x28, 0x3b, 0x22, + 0x8f, 0xda, 0x04, 0x7d, 0x72, 0x63, 0x36, 0x1f }, .message = { 0xbc, 0xd7, 0xf0, 0x29, 0x84, 0xb6, 0xc8, 0xf9, |
