]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/twister384_c.mk
changing hmac API + bug fixes
[avr-crypto-lib.git] / mkfiles / twister384_c.mk
index 247d4d9821963d2c01687fcd888f8e139f195e73..3358dec909af5ff5078253eb22824d0a38441570 100644 (file)
@@ -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 serial-tools.o \
+$(ALGO_NAME)_TEST_BIN := main-twister384-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"