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