diff options
| author | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2018-11-21 14:18:25 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2018-11-21 14:32:25 +0100 |
| commit | b36b15af3c8e8f1846b82da0ca1942e610666e2f (patch) | |
| tree | 5af76672e787eaedb4dcc926c0b3767f5cbd1970 /crypto_aead/lilliputaei128v1/ref/test/helpers.h | |
| parent | c1a5a0614b78a30405626847dd32e442f34b48ac (diff) | |
| download | lilliput-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.h | 3 |
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; |
