]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/hmac-sha256.mk
new OMAC (CMAC) with Noekeon; + some bug fixes for the nessie test-env
[avr-crypto-lib.git] / mkfiles / hmac-sha256.mk
index fe14892886cdb0d011f9b9207f56bb4953fa1873..6b665468891e93b3c5f952de60a006e2c59c5aa9 100644 (file)
@@ -6,7 +6,7 @@ MACS += $(ALGO_NAME)
 
 $(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 \
-                         nessie_mac_test.o nessie_common.o
+                         nessie_mac_test.o nessie_common.o cli.o
 $(ALGO_NAME)_NESSIE_TEST      := "nessie"
 $(ALGO_NAME)_PEROFRMANCE_TEST := "performance"