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 be1c1a2334794b86a7ab74be99063cb54e7e5eda
parent b721cf952a5835099a09f5749d4b6090eb6fc68d
Author: Kévin Le Gouguec <kevin.legouguec@airbus.com>
Date:   Wed, 19 Dec 2018 13:41:22 +0100

Ajout de contrôles d'usage du Makefile FELICS

Diffstat:
Mtest/felics/Makefile | 11+++++++++++
1 file changed, 11 insertions(+), 0 deletions(-)

diff --git a/test/felics/Makefile b/test/felics/Makefile @@ -1,3 +1,14 @@ +define usage +$(error usage: make vector mode=[i|ii] keylen=[128|192|256]) +endef + +ifndef mode +$(call usage) +endif +ifndef keylen +$(call usage) +endif + all: vector include ../common.mk