]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - hmac-sha256.mk
hmac-sha256 bugfix + hmac-sha256 test suit
[avr-crypto-lib.git] / hmac-sha256.mk
index 04e0f0a203e237b06011de06352be1111e5d1694..e3bf7bec0fd22231d052082a74df225c976d9359 100644 (file)
@@ -4,9 +4,9 @@ ALGO_NAME := HMAC-SHA256
 # comment out the following line for removement of HMAC-SHA256 from the build process
 MACS += $(ALGO_NAME)
 
-$(ALGO_NAME)_OBJ      := hmac-sha256.o
-$(ALGO_NAME)_TEST_BIN := main.o debug.o uart.o serial-tools.o sha256-asm.o \
-                         xtea-asm.o arcfour-asm.o prng.o cast5.o
+$(ALGO_NAME)_OBJ      := hmac-sha256.o sha256-asm.o
+$(ALGO_NAME)_TEST_BIN := main-hmac-sha256-test.o debug.o uart.o serial-tools.o \
+                         hmac-sha256.o sha256-asm.o nessie_mac_test.o
 $(ALGO_NAME)_NESSIE_TEST      := "nessie"
 $(ALGO_NAME)_PEROFRMANCE_TEST := "performance"