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