From d14739644394986cb584acb45ed9b214dff1c501 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Tue, 27 Nov 2018 08:58:46 +0100 Subject: Mise en commun du code TBC et ΘCB3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Il ne devrait pas varier selon les paramètres AFAICT. --- crypto_aead/lilliputaei128v1/ref/constants.h | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 crypto_aead/lilliputaei128v1/ref/constants.h (limited to 'crypto_aead/lilliputaei128v1/ref/constants.h') diff --git a/crypto_aead/lilliputaei128v1/ref/constants.h b/crypto_aead/lilliputaei128v1/ref/constants.h deleted file mode 100644 index a786023..0000000 --- a/crypto_aead/lilliputaei128v1/ref/constants.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef CONSTANTS_H -#define CONSTANTS_H - -#include - - -/* Tweakey permutation */ -extern const uint8_t h[8]; - -/* Tweakey multiplication */ -extern const uint8_t P[6][256]; - -/* Lilliput S-box */ -extern const uint8_t S[256]; - -#endif /* CONSTANTS_H */ -- cgit v1.2.3