summaryrefslogtreecommitdiff
path: root/crypto_aead/lilliputaei128v1/ref/test/test-tbc-decrypt.c
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@airbus.com>2018-11-22 15:59:11 +0100
committerKévin Le Gouguec <kevin.legouguec@airbus.com>2018-11-22 15:59:11 +0100
commit0abbc481e729c9db422239c7220238d5cdfc9051 (patch)
treec895256fbe798973173fdef6b44c24c16c48cd9a /crypto_aead/lilliputaei128v1/ref/test/test-tbc-decrypt.c
parentfd133671b6935bf339782e2681ea9397d787aff9 (diff)
downloadlilliput-ae-implem-0abbc481e729c9db422239c7220238d5cdfc9051.tar.xz
Mise à jour de la permutation du key schedule
Et des vecteurs de test.
Diffstat (limited to 'crypto_aead/lilliputaei128v1/ref/test/test-tbc-decrypt.c')
-rw-r--r--crypto_aead/lilliputaei128v1/ref/test/test-tbc-decrypt.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/crypto_aead/lilliputaei128v1/ref/test/test-tbc-decrypt.c b/crypto_aead/lilliputaei128v1/ref/test/test-tbc-decrypt.c
index a5bb1e5..212e28d 100644
--- a/crypto_aead/lilliputaei128v1/ref/test/test-tbc-decrypt.c
+++ b/crypto_aead/lilliputaei128v1/ref/test/test-tbc-decrypt.c
@@ -33,8 +33,8 @@ const vector VECTORS[] = {
0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f
},
.ciphertext = {
- 0xe2, 0xad, 0x84, 0xca, 0x96, 0xdc, 0x76, 0x34,
- 0xcb, 0x8e, 0xd6, 0x90, 0x63, 0xfc, 0x29, 0xa6,
+ 0xf9, 0xe3, 0x95, 0x3c, 0x04, 0xf6, 0x2d, 0x9c,
+ 0x2d, 0x54, 0x58, 0xc0, 0x1d, 0xcc, 0x8a, 0x25
},
.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 = {
- 0x00, 0x7a, 0xdd, 0x4c, 0x96, 0x81, 0x96, 0x87,
- 0xd3, 0xb2, 0x76, 0xe1, 0xbf, 0x8a, 0x12, 0x6a,
+ 0xf4, 0x4a, 0x06, 0x30, 0x7d, 0xd2, 0xb2, 0x5a,
+ 0xf9, 0xd2, 0xba, 0x6c, 0x41, 0xf4, 0x45, 0x7f
},
.message = {
0xbc, 0xd7, 0xf0, 0x29, 0x84, 0xb6, 0xc8, 0xf9,