]> git.cryptolib.org Git - avr-crypto-lib.git/blob - mkfiles/cast5.mk
fixing lot of typos, camellia_C now seems to work
[avr-crypto-lib.git] / mkfiles / cast5.mk
1 # Makefile for CAST5
2 ALGO_NAME := CAST5
3
4 # comment out the following line for removement of CAST5 from the build process
5 BLOCK_CIPHERS += $(ALGO_NAME)
6
7 $(ALGO_NAME)_OBJ      := cast5.o
8 $(ALGO_NAME)_TEST_BIN := main-cast5-test.o debug.o uart.o serial-tools.o cli.o\
9                          nessie_bc_test.o nessie_common.o performance_test.o
10 $(ALGO_NAME)_NESSIE_TEST      := "nessie"
11 $(ALGO_NAME)_PERFORMANCE_TEST := "performance"
12