X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=mkfiles%2Ftwister512.mk;h=23168f7870583fbcfc8ee3f0f5b23dafbc16284c;hp=484cc56ea498b667e073d2f648a2f8850b5c4a78;hb=56a151edecefbaeab43dac22c89a3bb9fe4f470e;hpb=65b5512d92a8b13973ae65201b18922b856328e5 diff --git a/mkfiles/twister512.mk b/mkfiles/twister512.mk index 484cc56..23168f7 100644 --- a/mkfiles/twister512.mk +++ b/mkfiles/twister512.mk @@ -5,7 +5,7 @@ ALGO_NAME := TWISTER512 HASHES += $(ALGO_NAME) $(ALGO_NAME)_OBJ := twister-asm.o twister-big-asm.o twister512.o -$(ALGO_NAME)_TEST_BIN := main-twister512-test.o debug.o uart.o hexdigit_tab.o serial-tools.o \ +$(ALGO_NAME)_TEST_BIN := main-twister512-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"