summaryrefslogtreecommitdiff
path: root/crypto_aead/lilliputaei192v1/ref/Makefile
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@airbus.com>2018-11-28 11:02:02 +0100
committerKévin Le Gouguec <kevin.legouguec@airbus.com>2018-11-28 11:02:02 +0100
commit253ba2a44878542d50877fcc10461491ecd67085 (patch)
treecd66101a474d5555eff3253b31658d60e357a6ba /crypto_aead/lilliputaei192v1/ref/Makefile
parent7bbd4e2aeb37430aa17e99e1f9acd2d31c2fc034 (diff)
downloadlilliput-ae-implem-253ba2a44878542d50877fcc10461491ecd67085.tar.xz
Ajout de Lilliput-AE-Ⅰ avec k=192 bits
Diffstat (limited to 'crypto_aead/lilliputaei192v1/ref/Makefile')
-rw-r--r--crypto_aead/lilliputaei192v1/ref/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/crypto_aead/lilliputaei192v1/ref/Makefile b/crypto_aead/lilliputaei192v1/ref/Makefile
new file mode 100644
index 0000000..5853669
--- /dev/null
+++ b/crypto_aead/lilliputaei192v1/ref/Makefile
@@ -0,0 +1,12 @@
+tests = test-ae-roundtrip
+
+include src/common.mk
+
+results/test-ae-roundtrip: results/src/lilliput-ae-i.o results/src/cipher.o results/src/tweakey.o results/src/constants.o | results
+
+results/test-*.o: test/helpers.h parameters.h
+results/test-ae-roundtrip.o: src/lilliput-ae.h
+
+# TODO: should add order-only prerequisites to remove mkdirs inside recipes
+# TODO: add valgrind, although it does not seem to play well with ASAN
+# TODO: should use gcc -M... to generate .o -> .h dependencies