From 8d46de55be9fce55b297915e7086f77ceaab6f19 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Wed, 21 Nov 2018 16:34:25 +0100 Subject: Ajout de traces pour cipher.c (début) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Implémentation de test-cipher.c en passant. --- crypto_aead/lilliputaei128v1/ref/test/helpers.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'crypto_aead/lilliputaei128v1/ref/test/helpers.h') 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]; -- cgit v1.2.3