]> git.cryptolib.org Git - avr-crypto-lib.git/blob - mkfiles/hmac-sha1.mk
fixing style, typos and uart
[avr-crypto-lib.git] / mkfiles / hmac-sha1.mk
1 # Makefile for HMAC-SHA1
2 ALGO_NAME := HMAC-SHA1
3
4 # comment out the following line for removement of HMAC-SHA1 from the build process
5 MACS += $(ALGO_NAME)
6
7 $(ALGO_NAME)_DIR      := hmac-sha1/
8 $(ALGO_NAME)_INCDIR   := sha1/
9 $(ALGO_NAME)_OBJ      := hmac-sha1.o sha1-asm.o
10 $(ALGO_NAME)_TESTBIN  := main-hmac-sha1-test.o $(CLI_STD) \
11                          nessie_mac_test.o nessie_common.o
12 $(ALGO_NAME)_NESSIE_TEST      := "nessie"
13 $(ALGO_NAME)_PERFORMANCE_TEST := "performance"
14