diff options
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( |
