X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Ftwister512.mk;h=acd7bab56566fd79516973bf9d0a34843b4066e0;hb=170835f03e35ac53d7930d42590ad525e763999c;hp=a0ce47b0764f911def873a113b84b5921e870797;hpb=0076b72ccd398bf7571c5144ba36eda8a24f6c70;p=avr-crypto-lib.git diff --git a/mkfiles/twister512.mk b/mkfiles/twister512.mk index a0ce47b..acd7bab 100644 --- a/mkfiles/twister512.mk +++ b/mkfiles/twister512.mk @@ -4,9 +4,9 @@ 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)_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)_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 \ + 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"