From 7be6c07647afbc27bc7402efb23c1178affa2ec9 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Mon, 10 Dec 2018 16:37:26 +0100 Subject: Mise à jour de l'implémentation du key schedule MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pour le moment, Mⁱ (resp. MRⁱ) sont implémentées en appliquant i fois M (resp. MR) ; à voir si on préfère les pré-calculer. --- src/constants.h | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 src/constants.h (limited to 'src/constants.h') diff --git a/src/constants.h b/src/constants.h deleted file mode 100644 index a786023..0000000 --- a/src/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