summaryrefslogtreecommitdiff
path: root/src/add_threshold/implem.mk
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@airbus.com>2019-05-16 14:44:05 +0200
committerKévin Le Gouguec <kevin.legouguec@airbus.com>2019-05-16 14:44:05 +0200
commit1ff18029ef66889c30be852ebebb9ec8013c0790 (patch)
tree8a070f3ed357cef8b89d81b896b68610ca02f782 /src/add_threshold/implem.mk
parentefe86b416907b02de02777d005367c69627af32c (diff)
downloadlilliput-ae-implem-1ff18029ef66889c30be852ebebb9ec8013c0790.tar.xz
Ajout de traces pour la version threshold
Pour aider à l'implémentation VHDL.
Diffstat (limited to 'src/add_threshold/implem.mk')
-rw-r--r--src/add_threshold/implem.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/add_threshold/implem.mk b/src/add_threshold/implem.mk
index 2925287..9d41b89 100644
--- a/src/add_threshold/implem.mk
+++ b/src/add_threshold/implem.mk
@@ -6,7 +6,7 @@ tests = $(filter-out test-tweakey,$(basename $(wildcard test-*.c)))
# Filter out traces on tweakable block cipher, as intermediate steps
# differ significantly.
-traces = $(filter-out traces-tbc,$(basename $(wildcard traces-*.c)))
+traces = $(basename $(wildcard traces-*.c))
# Don't trigger warnings for "a&b ^ c".
CFLAGS += -Wno-parentheses
@@ -16,7 +16,7 @@ CFLAGS += -Wno-parentheses
# Program => additional objects dependencies
-$(results_dir)/test-tbc-decrypt $(results_dir)/test-tbc-encrypt: \
+$(results_dir)/test-tbc-decrypt $(results_dir)/test-tbc-encrypt $(results_dir)/traces-tbc: \
$(results_dir)/src/cipher.o $(results_dir)/src/tweakey.o $(results_dir)/src/random.o
$(results_dir)/test-ae-decrypt $(results_dir)/test-ae-encrypt $(results_dir)/test-ae-roundtrip $(results_dir)/traces-ae: \