summaryrefslogtreecommitdiff
path: root/test/check-implementation.sh
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@airbus.com>2019-02-05 08:44:52 +0100
committerKévin Le Gouguec <kevin.legouguec@airbus.com>2019-02-05 08:44:52 +0100
commitff54e8b4a758d35f4a1d4e0b0303092e7d96da0e (patch)
tree689ac21607d8760fb53f6a97903c1c5976c52896 /test/check-implementation.sh
parent833b24eb5dffcfb675aabbefd2435ed6f6b72bfe (diff)
downloadlilliput-ae-implem-ff54e8b4a758d35f4a1d4e0b0303092e7d96da0e.tar.xz
Renommage des entêtes de constantes
Aucune idée de pourquoi j'avais insisté pour nommer les deux "parameters" plutôt que de distinguer les constantes des paramètres. Peut-être par souci de compatibilité avec FELICS, qui utilise constants.h. 🤷
Diffstat (limited to 'test/check-implementation.sh')
-rwxr-xr-xtest/check-implementation.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/check-implementation.sh b/test/check-implementation.sh
index 0ce739d..951c6af 100755
--- a/test/check-implementation.sh
+++ b/test/check-implementation.sh
@@ -27,8 +27,8 @@ run-genkat ()
local source_files=(
ae-common.h
cipher.{c,h}
+ constants.h
lilliput-ae{.h,-${mode}.c}
- parameters.h
tweakey.{c,h}
)
@@ -40,7 +40,7 @@ run-genkat ()
cp ${src_dir}/${implem}/${f} ${genkat_dir}
done
- cp ${src_dir}/${mode}-${keylen}/_parameters.h ${genkat_dir}
+ cp ${src_dir}/${mode}-${keylen}/parameters.h ${genkat_dir}
cp ${ROOT_DIR}/nist/{api.h,encrypt.c} ${genkat_dir}
cp ${ROOT_DIR}/nist/TestVectorGen/* ${genkat_dir}