diff options
| author | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2019-05-16 14:44:05 +0200 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2019-05-16 14:44:05 +0200 |
| commit | 1ff18029ef66889c30be852ebebb9ec8013c0790 (patch) | |
| tree | 8a070f3ed357cef8b89d81b896b68610ca02f782 /src | |
| parent | efe86b416907b02de02777d005367c69627af32c (diff) | |
| download | lilliput-ae-implem-1ff18029ef66889c30be852ebebb9ec8013c0790.tar.xz | |
Ajout de traces pour la version threshold
Pour aider à l'implémentation VHDL.
Diffstat (limited to 'src')
| -rw-r--r-- | src/add_threshold/implem.mk | 4 |
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: \ |
