]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/twister512.mk
twister now in ASM
[avr-crypto-lib.git] / mkfiles / twister512.mk
index a0ce47b0764f911def873a113b84b5921e870797..cfbc341b4e40ac57e8f363bff4191075c3dad539 100644 (file)
@@ -4,7 +4,7 @@ ALGO_NAME := TWISTER512
 # comment out the following line for removement of TWISTER-512 from the build process
 HASHES += $(ALGO_NAME)
 
-$(ALGO_NAME)_OBJ      := twister.o twister-big.o memxor.o gf256mul.o
+$(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 performance_test.o
 $(ALGO_NAME)_NESSIE_TEST      := "nessie"