From b36b15af3c8e8f1846b82da0ca1942e610666e2f Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Wed, 21 Nov 2018 14:18:25 +0100 Subject: Ébauche du code de la partie TBC MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I.e. définition des fonctions de haut-niveau ; reste à implémenter les fonctions en-dessous, et les sorties de debug. --- crypto_aead/lilliputaei128v1/ref/parameters.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crypto_aead/lilliputaei128v1/ref/parameters.h') diff --git a/crypto_aead/lilliputaei128v1/ref/parameters.h b/crypto_aead/lilliputaei128v1/ref/parameters.h index 461a39e..5327b59 100644 --- a/crypto_aead/lilliputaei128v1/ref/parameters.h +++ b/crypto_aead/lilliputaei128v1/ref/parameters.h @@ -12,3 +12,5 @@ #define KEY_BYTES (KEY_LENGTH_BITS/8) #define TWEAKEY_BYTES (TWEAKEY_LENGTH_BITS/8) #define ROUND_TWEAKEY_BYTES (ROUND_TWEAKEY_LENGTH_BITS/8) + +#define ROUNDS 32 -- cgit v1.2.3