summaryrefslogtreecommitdiff
path: root/crypto_aead/lilliputaei128v1
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@airbus.com>2018-11-26 17:23:28 +0100
committerKévin Le Gouguec <kevin.legouguec@airbus.com>2018-11-26 17:23:28 +0100
commit4a5daafd4292d907e15291204aaffd29e6f6bbc2 (patch)
treeecbd3190650e0e5888301f7696930c7c42a94c7e /crypto_aead/lilliputaei128v1
parent77b6bd8e98f1917d01b4addd3166e3bfc938f141 (diff)
downloadlilliput-ae-implem-4a5daafd4292d907e15291204aaffd29e6f6bbc2.tar.xz
Changement des vecteurs de test pour le padding ΘCB3
Régénérés par Léo avec 528 bits = 66 octets.
Diffstat (limited to 'crypto_aead/lilliputaei128v1')
-rw-r--r--crypto_aead/lilliputaei128v1/ref/test/test-ae-encrypt.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto_aead/lilliputaei128v1/ref/test/test-ae-encrypt.c b/crypto_aead/lilliputaei128v1/ref/test/test-ae-encrypt.c
index 7c97f40..205a69c 100644
--- a/crypto_aead/lilliputaei128v1/ref/test/test-ae-encrypt.c
+++ b/crypto_aead/lilliputaei128v1/ref/test/test-ae-encrypt.c
@@ -114,11 +114,11 @@ const vector VECTORS[] = {
0x48, 0x36, 0x0e, 0x11, 0xec, 0xe2, 0x0a, 0x4e,
0xe4, 0x3c, 0xc0, 0xb5, 0xf8, 0xe7, 0xb9, 0x7a,
0xc1, 0xf4, 0x3b, 0xa7, 0x8b, 0xaa, 0x89, 0xe6,
- 0x2d, 0x00
+ 0x2d, 0x48
},
.tag = {
- 0xb8, 0x50, 0x85, 0xb1, 0x70, 0x1a, 0xd8, 0xc4,
- 0x07, 0xff, 0x2f, 0x16, 0xf5, 0x29, 0x1f, 0x01
+ 0x12, 0x99, 0x0c, 0x33, 0x41, 0x59, 0x34, 0xa7,
+ 0xd9, 0xa6, 0xcc, 0xb2, 0x90, 0xfe, 0x6d, 0x3d
}
}
};