]> git.cryptolib.org Git - avr-crypto-lib.git/blob - mkfiles/hmac-sha1.mk
moving from uart to cli
[avr-crypto-lib.git] / mkfiles / hmac-sha1.mk
1 # Makefile for HMAC-SHA256
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)_OBJ      := hmac-sha1.o sha1-asm.o
8 $(ALGO_NAME)_TEST_BIN := main-hmac-sha1-test.o debug.o uart.o hexdigit_tab.o serial-tools.o cli.o string-extras.o \
9                          nessie_mac_test.o nessie_common.o
10 $(ALGO_NAME)_NESSIE_TEST      := "nessie"
11 $(ALGO_NAME)_PERFORMANCE_TEST := "performance"
12