]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/groestl_c.mk
grøstl, a first impression
[avr-crypto-lib.git] / mkfiles / groestl_c.mk
diff --git a/mkfiles/groestl_c.mk b/mkfiles/groestl_c.mk
new file mode 100644 (file)
index 0000000..8d4492c
--- /dev/null
@@ -0,0 +1,12 @@
+# Makefile for Blake
+ALGO_NAME := GROESTL_C
+
+# comment out the following line for removement of Grøestl from the build process
+HASHES += $(ALGO_NAME)
+
+
+$(ALGO_NAME)_OBJ      := groestl_small.o memxor.o aes_sbox.o gf256mul.o
+$(ALGO_NAME)_TEST_BIN := main-groestl-test.o hfal_groestl_small.o $(CLI_STD) $(HFAL_STD)
+$(ALGO_NAME)_NESSIE_TEST      := test nessie
+$(ALGO_NAME)_PERFORMANCE_TEST := performance
+