summaryrefslogtreecommitdiff
path: root/test/i-128/test-tbc-encrypt.c
diff options
context:
space:
mode:
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 20e159a..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 = {
- 0xdd, 0x93, 0x48, 0x8a, 0x10, 0x0c, 0xd4, 0xdc,
- 0x4c, 0xa1, 0x9a, 0x53, 0x1d, 0x3d, 0x41, 0x62
+ 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 = {
- 0xca, 0x79, 0x91, 0xe5, 0x48, 0xda, 0xdd, 0xab,
- 0xcb, 0xd9, 0xd5, 0xa0, 0x43, 0x39, 0x14, 0x07
+ 0x5b, 0x5a, 0x1c, 0xfe, 0x25, 0x6e, 0x85, 0x69,
+ 0x3e, 0x71, 0x3e, 0x43, 0x30, 0xa8, 0x4c, 0x82
}
}
};