summaryrefslogtreecommitdiff
path: root/test/i-128/test-tbc-encrypt.c
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@airbus.com>2019-07-04 17:13:57 +0200
committerKévin Le Gouguec <kevin.legouguec@airbus.com>2019-07-04 17:13:57 +0200
commit3d1334d6a9eb091b457f068033071f97d8758941 (patch)
treece7a28187e7c407f6fa56bf4ff4ed29245f8b484 /test/i-128/test-tbc-encrypt.c
parent6589f3ef20f8f93168be49135764764cd0c02a23 (diff)
parentc670bbe78ea9bc18c9772ba5804f610937560d5f (diff)
downloadlilliput-ae-implem-3d1334d6a9eb091b457f068033071f97d8758941.tar.xz
Merge branch 'fix-tweakey-m4'
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 c83754b..6503455 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 = {
- 0x8d, 0x95, 0xa2, 0x10, 0xe6, 0xb2, 0xce, 0xc2,
- 0x52, 0x0b, 0x06, 0xaf, 0x26, 0x00, 0xce, 0xe5
+ 0x03, 0xb0, 0x31, 0x5e, 0xd8, 0x98, 0x43, 0x7e,
+ 0xc5, 0x06, 0x4a, 0x83, 0x64, 0x11, 0xf8, 0x02
}
},
{
@@ -57,8 +57,8 @@ const vector VECTORS[] = {
0x9c, 0x9d, 0x1d, 0xbd, 0x0d, 0x30, 0x94, 0x0b
},
.ciphertext = {
- 0x5b, 0x5a, 0x1c, 0xfe, 0x25, 0x6e, 0x85, 0x69,
- 0x3e, 0x71, 0x3e, 0x43, 0x30, 0xa8, 0x4c, 0x82
+ 0x97, 0xff, 0x85, 0x27, 0xb6, 0x09, 0x1f, 0x51,
+ 0xf3, 0xcb, 0xfd, 0xd0, 0xf2, 0x72, 0xa5, 0x90
}
}
};