]> git.cryptolib.org Git - avr-crypto-lib.git/blob - mkfiles/a5_1.mk
backporting uart_i and cli
[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 nessie_stream_test.o nessie_common.o $(CLI_STD)
9 $(ALGO_NAME)_NESSIE_TEST      := "nessie"
10 $(ALGO_NAME)_PERFORMANCE_TEST := "performance"
11