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