X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Fxtea_new.mk;fp=mkfiles%2Fxtea_new.mk;h=5a4f6e3b59b5b0dc8f438d5fa33317c4100528b2;hb=701cee0d98aab48dd3192c8cc7c77eb42581bc56;hp=0000000000000000000000000000000000000000;hpb=21bfb1fb168b3114f675f34e257b6acc557b2de8;p=avr-crypto-lib.git diff --git a/mkfiles/xtea_new.mk b/mkfiles/xtea_new.mk new file mode 100644 index 0000000..5a4f6e3 --- /dev/null +++ b/mkfiles/xtea_new.mk @@ -0,0 +1,13 @@ +# Makefile for XTEA +ALGO_NAME := XTEA_ASM + +# comment out the following line for removement of XTEA from the build process +BLOCK_CIPHERS += $(ALGO_NAME) + +$(ALGO_NAME)_DIR := xtea/ +$(ALGO_NAME)_INCDIR := bcal/ +$(ALGO_NAME)_OBJ := xtea-asm.o +$(ALGO_NAME)_TESTBIN := main-xtea-test.o bcal_xtea.o $(CLI_STD) $(BCAL_STD) +$(ALGO_NAME)_NESSIE_TEST := "nessie" +$(ALGO_NAME)_PERFORMANCE_TEST := "performance" +