]> git.cryptolib.org Git - avr-crypto-lib.git/blob - serpent.mk
44d437c914c8ca15246d34cac789610dd7aad8b6
[avr-crypto-lib.git] / serpent.mk
1 # Makefile for serpent
2 ALGO_NAME := SERPENT
3
4 # comment out the following line for removement of serpent from the build process
5 BLOCK_CIPHERS := $(BLOCK_CIPHERS) $(ALGO_NAME)
6
7
8 $(ALGO_NAME)_OBJ      := serpent.o
9 $(ALGO_NAME)_TEST_BIN := main-serpent-test.o debug.o uart.o serial-tools.o \
10                          serpent.o nessie_bc_test.o
11 $(ALGO_NAME)_NESSIE_TEST      := "nessie"
12 $(ALGO_NAME)_PEROFRMANCE_TEST := "performance"
13