summaryrefslogtreecommitdiff
path: root/test/i-128/test-tbc-encrypt.c
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@airbus.com>2018-12-11 16:17:23 +0100
committerKévin Le Gouguec <kevin.legouguec@airbus.com>2018-12-11 16:17:23 +0100
commitc800899400f179dde4960ef945336f4ce0e24d89 (patch)
tree1c46a4a6a91524e21cbcdde781c12e2c60456923 /test/i-128/test-tbc-encrypt.c
parent7a0789a3abb151e80959f4f802c9154e5c2899c3 (diff)
downloadlilliput-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-tbc-encrypt.c')
-rw-r--r--test/i-128/test-tbc-encrypt.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/i-128/test-tbc-encrypt.c b/test/i-128/test-tbc-encrypt.c
index 0cb764d..c83754b 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 = {
- 0x69, 0xd6, 0xe5, 0x08, 0x09, 0xcb, 0x05, 0x4b,
- 0xed, 0x80, 0x5c, 0x8f, 0x1e, 0xf0, 0x3b, 0x10
+ 0x8d, 0x95, 0xa2, 0x10, 0xe6, 0xb2, 0xce, 0xc2,
+ 0x52, 0x0b, 0x06, 0xaf, 0x26, 0x00, 0xce, 0xe5
}
},
{
@@ -57,8 +57,8 @@ const vector VECTORS[] = {
0x9c, 0x9d, 0x1d, 0xbd, 0x0d, 0x30, 0x94, 0x0b
},
.ciphertext = {
- 0x9f, 0xdf, 0x7f, 0x7e, 0x8f, 0x28, 0x3b, 0x22,
- 0x8f, 0xda, 0x04, 0x7d, 0x72, 0x63, 0x36, 0x1f
+ 0x5b, 0x5a, 0x1c, 0xfe, 0x25, 0x6e, 0x85, 0x69,
+ 0x3e, 0x71, 0x3e, 0x43, 0x30, 0xa8, 0x4c, 0x82
}
}
};