From 0034747fd91b5d1b5d6375eb295a79f5221de84a Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Tue, 27 Nov 2018 09:44:28 +0100 Subject: Ajout de tests chiffrement/déchiffrement pour SCT-2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crypto_aead/lilliputaei128v1/ref/parameters.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'crypto_aead/lilliputaei128v1/ref') diff --git a/crypto_aead/lilliputaei128v1/ref/parameters.h b/crypto_aead/lilliputaei128v1/ref/parameters.h index 492a884..d4d55c2 100644 --- a/crypto_aead/lilliputaei128v1/ref/parameters.h +++ b/crypto_aead/lilliputaei128v1/ref/parameters.h @@ -1,9 +1,6 @@ #ifndef PARAMETERS_H #define PARAMETERS_H -#include - - #define TWEAK_LENGTH_BITS 192 #define KEY_LENGTH_BITS 128 #define TWEAKEY_LENGTH_BITS (TWEAK_LENGTH_BITS+KEY_LENGTH_BITS) -- cgit v1.2.3