X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Ftwister512.mk;h=0d7455b164ef6db85cac9983faffc41c72496766;hb=e5a49deb52521f019e37779d6e9d81ec4f02aba4;hp=a0ce47b0764f911def873a113b84b5921e870797;hpb=0076b72ccd398bf7571c5144ba36eda8a24f6c70;p=avr-crypto-lib.git diff --git a/mkfiles/twister512.mk b/mkfiles/twister512.mk index a0ce47b..0d7455b 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)_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 + 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"