summaryrefslogtreecommitdiff
path: root/crypto_aead/lilliputaei128v1/ref/test/helpers.h
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@airbus.com>2018-11-21 16:34:25 +0100
committerKévin Le Gouguec <kevin.legouguec@airbus.com>2018-11-21 16:34:49 +0100
commit8d46de55be9fce55b297915e7086f77ceaab6f19 (patch)
tree6847da64c3e46f455fdd626f8d9d2a0dcdc37cad /crypto_aead/lilliputaei128v1/ref/test/helpers.h
parent42b8c9908b04635cabc775c4f86f66cb91497c9f (diff)
downloadlilliput-ae-implem-8d46de55be9fce55b297915e7086f77ceaab6f19.tar.xz
Ajout de traces pour cipher.c (début)
Implémentation de test-cipher.c en passant.
Diffstat (limited to 'crypto_aead/lilliputaei128v1/ref/test/helpers.h')
-rw-r--r--crypto_aead/lilliputaei128v1/ref/test/helpers.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/crypto_aead/lilliputaei128v1/ref/test/helpers.h b/crypto_aead/lilliputaei128v1/ref/test/helpers.h
index 876cbcd..96e5184 100644
--- a/crypto_aead/lilliputaei128v1/ref/test/helpers.h
+++ b/crypto_aead/lilliputaei128v1/ref/test/helpers.h
@@ -10,16 +10,6 @@
#define ARRAY_END(A) (A+ARRAY_NB(A))
-struct vector_input
-{
- char * name;
- uint8_t key[KEY_BYTES];
- uint8_t tweak[TWEAK_BYTES];
-};
-
-typedef struct vector_input vector_input;
-
-
static inline FILE* open_dump_file(const char *folder, const char* vector, const char *name)
{
char filename[128];