]> git.cryptolib.org Git - arm-crypto-lib.git/blobdiff - mkfiles/rc5.mk
added CAST5, CAST6, RC5 and RC6
[arm-crypto-lib.git] / mkfiles / rc5.mk
diff --git a/mkfiles/rc5.mk b/mkfiles/rc5.mk
new file mode 100644 (file)
index 0000000..1e9e369
--- /dev/null
@@ -0,0 +1,13 @@
+# Makefile for RC5
+ALGO_NAME := RC5
+
+# comment out the following line for removement of RC5 from the build process
+BLOCK_CIPHERS += $(ALGO_NAME)
+
+$(ALGO_NAME)_DIR      := rc5/
+$(ALGO_NAME)_OBJ      := rc5.o
+$(ALGO_NAME)_INCDIR   := bcal/
+$(ALGO_NAME)_TEST_BIN := main-rc5-test.o bcal_rc5.o $(CLI_STD) $(BCAL_STD) 
+$(ALGO_NAME)_NESSIE_TEST      := test nessie
+$(ALGO_NAME)_PERFORMANCE_TEST := performance
+