]> git.cryptolib.org Git - avr-crypto-lib.git/blob - mkfiles/a5_1.mk
4305d0e9b6c889149e60ad067cf9fdb34e54127a
[avr-crypto-lib.git] / mkfiles / a5_1.mk
1 # Makefile for ARCFOUR (RC4 compatible)
2 ALGO_NAME := A51
3
4 # comment out the following line for removement of ARCFOUR from the build process
5 STREAM_CIPHERS += $(ALGO_NAME)
6
7 $(ALGO_NAME)_OBJ      := A5_1.o
8 $(ALGO_NAME)_TEST_BIN := main-a5_1-test.o debug.o uart.o serial-tools.o \
9                          nessie_stream_test.o nessie_common.o
10 $(ALGO_NAME)_NESSIE_TEST      := "nessie"
11 $(ALGO_NAME)_PERFORMANCE_TEST := "performance"
12