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 14:18:25 +0100
committerKévin Le Gouguec <kevin.legouguec@airbus.com>2018-11-21 14:32:25 +0100
commitb36b15af3c8e8f1846b82da0ca1942e610666e2f (patch)
tree5af76672e787eaedb4dcc926c0b3767f5cbd1970 /crypto_aead/lilliputaei128v1/ref/test/helpers.h
parentc1a5a0614b78a30405626847dd32e442f34b48ac (diff)
downloadlilliput-ae-implem-b36b15af3c8e8f1846b82da0ca1942e610666e2f.tar.xz
Ébauche du code de la partie TBC
I.e. définition des fonctions de haut-niveau ; reste à implémenter les fonctions en-dessous, et les sorties de debug.
Diffstat (limited to 'crypto_aead/lilliputaei128v1/ref/test/helpers.h')
-rw-r--r--crypto_aead/lilliputaei128v1/ref/test/helpers.h3
1 files changed, 0 insertions, 3 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;