]> git.cryptolib.org Git - avr-crypto-lib.git/blob - mkfiles/hmac-sha256.mk
switching to simualtion testport
[avr-crypto-lib.git] / mkfiles / hmac-sha256.mk
1 # Makefile for HMAC-SHA256
2 ALGO_NAME := HMAC-SHA256
3
4 # comment out the following line for removement of HMAC-SHA256 from the build process
5 MACS += $(ALGO_NAME)
6
7 $(ALGO_NAME)_DIR      := hmac-sha256/
8 $(ALGO_NAME)_INCDIR   := sha256/
9 $(ALGO_NAME)_OBJ      := hmac-sha256.o sha256-asm.o
10 $(ALGO_NAME)_TESTBIN  := main-hmac-sha256-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