avr-crypto-lib/mkfiles/hmac-sha256.mk

15 lines
495 B
Makefile
Raw Permalink Normal View History

# Makefile for HMAC-SHA256
ALGO_NAME := HMAC-SHA256
# comment out the following line for removement of HMAC-SHA256 from the build process
MACS += $(ALGO_NAME)
2009-08-06 20:11:02 +00:00
$(ALGO_NAME)_DIR := hmac-sha256/
2010-09-25 12:04:19 +00:00
$(ALGO_NAME)_INCDIR := sha256/
$(ALGO_NAME)_OBJ := hmac-sha256.o sha256-asm.o
2012-03-14 16:38:51 +00:00
$(ALGO_NAME)_TESTBIN := main-hmac-sha256-test.o $(CLI_STD) \
2009-07-29 09:49:57 +00:00
nessie_mac_test.o nessie_common.o
$(ALGO_NAME)_NESSIE_TEST := "nessie"
$(ALGO_NAME)_PERFORMANCE_TEST := "performance"