diff options
Diffstat (limited to 'crypto_aead/lilliputaei128v1/ref/test')
| -rw-r--r-- | crypto_aead/lilliputaei128v1/ref/test/helpers.h | 3 | ||||
| -rw-r--r-- | crypto_aead/lilliputaei128v1/ref/test/test-cipher.c | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/crypto_aead/lilliputaei128v1/ref/test/helpers.h b/crypto_aead/lilliputaei128v1/ref/test/helpers.h index e6e67a4..876cbcd 100644 --- a/crypto_aead/lilliputaei128v1/ref/test/helpers.h +++ b/crypto_aead/lilliputaei128v1/ref/test/helpers.h @@ -10,9 +10,6 @@ #define ARRAY_END(A) (A+ARRAY_NB(A)) -#define ROUNDS 32 - - struct vector_input { char * name; diff --git a/crypto_aead/lilliputaei128v1/ref/test/test-cipher.c b/crypto_aead/lilliputaei128v1/ref/test/test-cipher.c index da19454..6bc807f 100644 --- a/crypto_aead/lilliputaei128v1/ref/test/test-cipher.c +++ b/crypto_aead/lilliputaei128v1/ref/test/test-cipher.c @@ -1,7 +1,7 @@ #include <inttypes.h> #include <stdio.h> -#include "constants.h" +#include "cipher.h" #include "helpers.h" |
