X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Ftwister384_c.mk;h=f3ac76c11597cfda3c40e720b358df5dd38df6aa;hb=214c1e035b25e56895483227588cf5c36392feef;hp=56511de167d74b68a3d97acd3fc51e505cc02667;hpb=65b5512d92a8b13973ae65201b18922b856328e5;p=avr-crypto-lib.git diff --git a/mkfiles/twister384_c.mk b/mkfiles/twister384_c.mk index 56511de..f3ac76c 100644 --- a/mkfiles/twister384_c.mk +++ b/mkfiles/twister384_c.mk @@ -5,7 +5,7 @@ ALGO_NAME := TWISTER384_C HASHES += $(ALGO_NAME) $(ALGO_NAME)_OBJ := twister.o twister-big.o memxor.o gf256mul.o -$(ALGO_NAME)_TEST_BIN := main-twister384-test.o debug.o uart.o hexdigit_tab.o serial-tools.o \ +$(ALGO_NAME)_TEST_BIN := main-twister384-test.o debug.o uart.o hexdigit_tab.o \ nessie_hash_test.o dbz_strings.o nessie_common.o cli.o string-extras.o performance_test.o $(ALGO_NAME)_NESSIE_TEST := "nessie" $(ALGO_NAME)_PERFORMANCE_TEST := "performance"