summaryrefslogtreecommitdiff
path: root/nist/make-package.sh
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@airbus.com>2018-12-10 16:37:26 +0100
committerKévin Le Gouguec <kevin.legouguec@airbus.com>2018-12-10 16:37:26 +0100
commit7be6c07647afbc27bc7402efb23c1178affa2ec9 (patch)
tree0e269d3e3d7e8556549538c673bc75c7bdab2da4 /nist/make-package.sh
parent8eed9390de14c810d9242277e275c6e783f86261 (diff)
downloadlilliput-ae-implem-7be6c07647afbc27bc7402efb23c1178affa2ec9.tar.xz
Mise à jour de l'implémentation du key schedule
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.
Diffstat (limited to 'nist/make-package.sh')
-rwxr-xr-xnist/make-package.sh1
1 files changed, 0 insertions, 1 deletions
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}