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. --- nist/make-package.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'nist') diff --git a/nist/make-package.sh b/nist/make-package.sh index 26b1e18..ef7de9b 100755 --- a/nist/make-package.sh +++ b/nist/make-package.sh @@ -48,7 +48,6 @@ add-variant () source_files=( ae-common.h cipher.{c,h} - constants.{c,h} lilliput-ae{.h,-${mode}.c} parameters.h tweakey.{c,h} -- cgit v1.2.3