diff options
| author | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2018-12-20 13:58:18 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2018-12-20 13:59:11 +0100 |
| commit | 31cc88e892383711cd94d9df3c7f6a79e3126c2c (patch) | |
| tree | 27667adbf10d50a48bb5d6acf3d55be7613161ba | |
| parent | be1c1a2334794b86a7ab74be99063cb54e7e5eda (diff) | |
| download | lilliput-ae-implem-2bb2a6784802f1e3409805736d41414b57d0477e.tar.xz | |
Génération automatique du paquet de soumission pour le NISTnist-submission-2018-12-20
🤞
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | Makefile | 4 | ||||
| -rwxr-xr-x | nist/make-package.sh | 2 |
3 files changed, 4 insertions, 3 deletions
@@ -1,2 +1,3 @@ +crypto_aead results *.tgz @@ -9,7 +9,7 @@ variants = $(foreach m,$(modes),$(foreach l,$(keylengths),$(m)-$(l))) all: test clean: - - rm -r results + - rm -r results crypto_aead test: status=0; \ @@ -25,7 +25,7 @@ traces-%: | results @ echo "Collecting traces" @ ./traces/collect-traces.sh $@ -nist: | results +nist: ./nist/make-package.sh results: diff --git a/nist/make-package.sh b/nist/make-package.sh index 36ded53..455dcde 100755 --- a/nist/make-package.sh +++ b/nist/make-package.sh @@ -101,6 +101,6 @@ do done done -cp -r ${TMP_DIR}/crypto_aead results/ +cp -r ${TMP_DIR}/crypto_aead . cleanup |
