]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/jh_simple_small_c.mk
+small jh
[avr-crypto-lib.git] / mkfiles / jh_simple_small_c.mk
diff --git a/mkfiles/jh_simple_small_c.mk b/mkfiles/jh_simple_small_c.mk
new file mode 100644 (file)
index 0000000..a916a7c
--- /dev/null
@@ -0,0 +1,13 @@
+# Makefile for Grøstl
+ALGO_NAME := JH_SIMPLE_SMALL_C
+
+# comment out the following line for removement of Grøstl from the build process
+HASHES += $(ALGO_NAME)
+
+$(ALGO_NAME)_DIR      := jh/
+$(ALGO_NAME)_INCDIR   := hfal/ memxor/
+$(ALGO_NAME)_OBJ      := jh_simple_small_core.o jh_simple_aux.o  memxor.o 
+$(ALGO_NAME)_TEST_BIN := hfal_jh.o main-jh-test.o $(CLI_STD) $(HFAL_STD)
+$(ALGO_NAME)_NESSIE_TEST      := test nessie
+$(ALGO_NAME)_PERFORMANCE_TEST := performance
+