From 95418fee197c234db8c494b88a87d8efc5ede864 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Mon, 10 Dec 2018 17:09:29 +0100 Subject: Adaptation des tests au nouveau key schedule --- test/i-128/test-tbc-encrypt.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/i-128/test-tbc-encrypt.c') diff --git a/test/i-128/test-tbc-encrypt.c b/test/i-128/test-tbc-encrypt.c index 8d369e3..20e159a 100644 --- a/test/i-128/test-tbc-encrypt.c +++ b/test/i-128/test-tbc-encrypt.c @@ -37,8 +37,8 @@ const vector VECTORS[] = { 0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f, }, .ciphertext = { - 0x84, 0x04, 0xad, 0x43, 0x63, 0xb5, 0x30, 0xd0, - 0x68, 0x4f, 0xb9, 0x4f, 0x2d, 0xeb, 0xb1, 0xd1 + 0xdd, 0x93, 0x48, 0x8a, 0x10, 0x0c, 0xd4, 0xdc, + 0x4c, 0xa1, 0x9a, 0x53, 0x1d, 0x3d, 0x41, 0x62 } }, { @@ -57,8 +57,8 @@ const vector VECTORS[] = { 0x9c, 0x9d, 0x1d, 0xbd, 0x0d, 0x30, 0x94, 0x0b }, .ciphertext = { - 0xc9, 0xa1, 0xc4, 0x1c, 0xed, 0x4b, 0xc9, 0x86, - 0x8d, 0x44, 0xb5, 0x61, 0x53, 0xa4, 0x34, 0xb1 + 0xca, 0x79, 0x91, 0xe5, 0x48, 0xda, 0xdd, 0xab, + 0xcb, 0xd9, 0xd5, 0xa0, 0x43, 0x39, 0x14, 0x07 } } }; -- cgit v1.2.3