X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Fa5_1.mk;h=2f1806f245dfa3b68f2e3da2b2916c914ea9bdb5;hb=1f6be6ce98d01772fbb1f4d5205a13bea896a1f1;hp=8c0c03092aec1ea20532dd331d8a33a06a440a63;hpb=b246a2a0589f234db6247255555df98f4c281c41;p=avr-crypto-lib.git diff --git a/mkfiles/a5_1.mk b/mkfiles/a5_1.mk index 8c0c030..2f1806f 100644 --- a/mkfiles/a5_1.mk +++ b/mkfiles/a5_1.mk @@ -1,13 +1,13 @@ -# Makefile for ARCFOUR (RC4 compatible) +# Makefile for A5/1 (from GSM) ALGO_NAME := A51 -# comment out the following line for removement of ARCFOUR from the build process +# comment out the following line for removement of A5/1 from the build process STREAM_CIPHERS += $(ALGO_NAME) $(ALGO_NAME)_OBJ := A5_1.o $(ALGO_NAME)_DIR := a51/ $(ALGO_NAME)_INCDIR := memxor/ scal/ -$(ALGO_NAME)_TEST_BIN := main-a5_1-test.o $(CLI_STD) $(SCAL_STD) +$(ALGO_NAME)_TESTBIN := main-a5_1-test.o $(CLI_STD) $(SCAL_STD) $(ALGO_NAME)_NESSIE_TEST := "nessie" $(ALGO_NAME)_PERFORMANCE_TEST := "performance"