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 ff288d2f59df26db2c26bb339ac00f45fc6e4d93
parent 8e50f73f7d597d5de84db82d82c829223d59ae1f
Author: Kévin Le Gouguec <kevin.legouguec@airbus.com>
Date:   Wed, 21 Nov 2018 15:06:29 +0100

Ajout de l'entête de debug aux dépendances des fichiers concernés

Diffstat:
Mcrypto_aead/lilliputaei128v1/ref/Makefile | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/crypto_aead/lilliputaei128v1/ref/Makefile b/crypto_aead/lilliputaei128v1/ref/Makefile @@ -34,8 +34,8 @@ results/test-*.o: test/helpers.h parameters.h results/test-cipher.o: cipher.h results/test-tweakey.o: tweakey.h -resutls/cipher.o: cipher.h tweakey.h constants.h parameters.h -results/tweakey.o: tweakey.h constants.h parameters.h +results/cipher.o: cipher.h tweakey.h constants.h parameters.h debug.h +results/tweakey.o: tweakey.h constants.h parameters.h debug.h results/constants.o: constants.h # TODO: should add order-only prerequisites to remove mkdirs inside recipes