lilliput-ae-reference-implementation

Implementations of Lilliput-AE submitted to the NIST LWC standardization process
git clone https://git.kevinlegouguec.net/lilliput-ae-reference-implementation
Log | Files | Refs | README

commit 493b76777c917ccad0d2f3ff669461bf434327f2
parent 8ecf39d2d854769a5444710bb9358a46bf23789a
Author: Kévin Le Gouguec <kevin.legouguec@airbus.com>
Date:   Wed, 13 Feb 2019 13:55:59 +0100

Allègement des messages du script de vérification d'implémentation

Diffstat:
Mtest/check-implementation.sh | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/check-implementation.sh b/test/check-implementation.sh @@ -17,7 +17,7 @@ run-genkat () local implem=$2 local mode=$3 local keylen=$4 - echo "Testing mode ${mode}-${keylen}…" + echo -e " ${mode}-${keylen}…" local src_dir=${ROOT_DIR}/src local vectors_dir=${tmp_dir}/vectors/${implem} @@ -56,7 +56,7 @@ test-implem () { local tmp_dir=$1 local implem=$2 - echo "Testing implementation ${implem}…" + echo "Generating vectors for implementation ${implem}…" mkdir -p ${tmp_dir}/{genkat,vectors}/${implem}