]> git.cryptolib.org Git - avr-crypto-lib.git/blob - seed.mk
arcfour got its own testsuit now + some modifications of the build process
[avr-crypto-lib.git] / seed.mk
1 # Makefile for SEED
2 ALGO_NAME := SEED
3
4 # comment out the following line for removement of SEED from the build process
5 BLOCK_CIPHERS += $(ALGO_NAME)
6
7 $(ALGO_NAME)_OBJ      := seed.o seed-asm.o
8 $(ALGO_NAME)_TEST_BIN := main-seed-test.o debug.o uart.o serial-tools.o \
9                          seed.o seed-asm.o
10 $(ALGO_NAME)_NESSIE_TEST      := "nessie"
11 $(ALGO_NAME)_PEROFRMANCE_TEST := "performance"
12