X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Ftwister256_c.mk;h=39d2829a294584e0e037dc1e7f99457d876c6a44;hb=74fe0d1999c8dee4babb971174648da906886874;hp=e9cac663f2dd08de889ffc0838a024eb26ec57bb;hpb=5fe96fa58fee8907778ba3388b65d779a1a47c97;p=avr-crypto-lib.git diff --git a/mkfiles/twister256_c.mk b/mkfiles/twister256_c.mk index e9cac66..39d2829 100644 --- a/mkfiles/twister256_c.mk +++ b/mkfiles/twister256_c.mk @@ -5,7 +5,7 @@ ALGO_NAME := TWISTER256_C HASHES += $(ALGO_NAME) $(ALGO_NAME)_OBJ := twister.o twister-small.o memxor.o gf256mul.o -$(ALGO_NAME)_TEST_BIN := main-twister256-test.o debug.o uart.o serial-tools.o \ +$(ALGO_NAME)_TEST_BIN := main-twister256-test.o debug.o uart.o hexdigit_tab.o serial-tools.o \ nessie_hash_test.o nessie_common.o cli.o string-extras.o performance_test.o $(ALGO_NAME)_NESSIE_TEST := "nessie" $(ALGO_NAME)_PERFORMANCE_TEST := "performance"