]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/blake_c.mk
+blake, bug compatibility by default off
[avr-crypto-lib.git] / mkfiles / blake_c.mk
diff --git a/mkfiles/blake_c.mk b/mkfiles/blake_c.mk
new file mode 100644 (file)
index 0000000..f08fedf
--- /dev/null
@@ -0,0 +1,14 @@
+# Makefile for Blake
+ALGO_NAME := BLAKE_C
+
+# comment out the following line for removement of Blake from the build process
+HASHES += $(ALGO_NAME)
+
+
+$(ALGO_NAME)_OBJ      := blake_small.o blake_large.o blake_common.o memxor.o
+$(ALGO_NAME)_TEST_BIN := main-blake-test.o debug.o uart.o hexdigit_tab.o  \
+                         dbz_strings.o nessie_common.o cli.o string-extras.o performance_test.o \
+                        nessie_hash_test.o hfal-basic.o hfal_blake_small.o hfal_blake_large.o shavs.o
+$(ALGO_NAME)_NESSIE_TEST      := test nessie
+$(ALGO_NAME)_PERFORMANCE_TEST := performance
+