lilliput-ae-reference-implementation

Implementations of Lilliput-AE submitted to the NIST LWC standardization process
git clone https://git.kevinlegouguec.net/lilliput-ae-reference-implementation
Log | Files | Refs | README

commit 4a5daafd4292d907e15291204aaffd29e6f6bbc2
parent 77b6bd8e98f1917d01b4addd3166e3bfc938f141
Author: Kévin Le Gouguec <kevin.legouguec@airbus.com>
Date:   Mon, 26 Nov 2018 17:23:28 +0100

Changement des vecteurs de test pour le padding ΘCB3

Régénérés par Léo avec 528 bits = 66 octets.

Diffstat:
Mcrypto_aead/lilliputaei128v1/ref/test/test-ae-encrypt.c | 6+++---
1 file 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 @@ -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 } } };