]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/twister512.mk
+skein and ubi (512 and 1024bit mode) in assembler
[avr-crypto-lib.git] / mkfiles / twister512.mk
index 0d7455b164ef6db85cac9983faffc41c72496766..23168f7870583fbcfc8ee3f0f5b23dafbc16284c 100644 (file)
@@ -5,8 +5,8 @@ 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 serial-tools.o \
-                         nessie_hash_test.o nessie_common.o cli.o string-extras.o performance_test.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"