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