X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Ftwister256.mk;fp=mkfiles%2Ftwister256.mk;h=3fc1672a20cd18c02b485429b132bc403f889d48;hb=4469def3e210fc904cfefc5b158fc6d4dc5f6e47;hp=0000000000000000000000000000000000000000;hpb=86af17284402f8198778fcb63a67f0503c1e48c8;p=avr-crypto-lib.git diff --git a/mkfiles/twister256.mk b/mkfiles/twister256.mk new file mode 100644 index 0000000..3fc1672 --- /dev/null +++ b/mkfiles/twister256.mk @@ -0,0 +1,12 @@ +# Makefile for TWISTER-256 +ALGO_NAME := TWISTER256 + +# comment out the following line for removement of TWISTER-256 from the build process +HASHES += $(ALGO_NAME) + +$(ALGO_NAME)_OBJ := twister.o twister-small.o memxor.o gf256mul.o +$(ALGO_NAME)_TEST_BIN := main-twister256-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" +$(ALGO_NAME)_PERFORMANCE_TEST := "performance" +