diff options
| author | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2018-11-26 15:41:14 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2018-11-26 15:41:14 +0100 |
| commit | 5e48d6b0824773c41ecac4afd6129bbc8c908454 (patch) | |
| tree | 8d9a525498cdf70f4602d41d3d0e0b002b53699a /crypto_aead/lilliputaei128v1/ref/test/test-ae-roundtrip.c | |
| parent | 6cf83aa33073da3d009079e89b820984cefea7f8 (diff) | |
| download | lilliput-ae-implem-5e48d6b0824773c41ecac4afd6129bbc8c908454.tar.xz | |
Ajout du vecteur ΘCB3 de Léo
Différent de la version C, pour le moment.
Diffstat (limited to 'crypto_aead/lilliputaei128v1/ref/test/test-ae-roundtrip.c')
| -rw-r--r-- | crypto_aead/lilliputaei128v1/ref/test/test-ae-roundtrip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto_aead/lilliputaei128v1/ref/test/test-ae-roundtrip.c b/crypto_aead/lilliputaei128v1/ref/test/test-ae-roundtrip.c index a7bd8ed..c9b2a1c 100644 --- a/crypto_aead/lilliputaei128v1/ref/test/test-ae-roundtrip.c +++ b/crypto_aead/lilliputaei128v1/ref/test/test-ae-roundtrip.c @@ -80,7 +80,7 @@ int main() for (const vector *v=VECTORS; v<ARRAY_END(VECTORS); v++) { - uint8_t ciphertext[v->message_len+BLOCK_BYTES]; + uint8_t ciphertext[v->message_len]; uint8_t tag[TAG_BYTES]; lilliput_ae_encrypt( |
