]> git.cryptolib.org Git - arm-crypto-lib.git/blobdiff - mkfiles/md5_c.mk
now with rsassa-pkcs1v15 (old rsa signatures) + many new things
[arm-crypto-lib.git] / mkfiles / md5_c.mk
diff --git a/mkfiles/md5_c.mk b/mkfiles/md5_c.mk
new file mode 100644 (file)
index 0000000..a65537e
--- /dev/null
@@ -0,0 +1,12 @@
+# Makefile for MD5
+ALGO_NAME := MD5_C
+
+# comment out the following line for removement of MD5 from the build process
+HASHES += $(ALGO_NAME)
+
+$(ALGO_NAME)_DIR      := hfal/ md5/
+$(ALGO_NAME)_OBJ      := md5.o md5_sbox.o
+$(ALGO_NAME)_TESTBIN := main-md5-test.o hfal_md5.o $(CLI_STD) $(HFAL_STD)
+$(ALGO_NAME)_NESSIE_TEST      := "nessie"
+$(ALGO_NAME)_PERFORMANCE_TEST := "performance"
+