]> git.cryptolib.org Git - avr-crypto-lib.git/commitdiff
+ rc6.mk
authorbg <bg@b1d182e4-1ff8-0310-901f-bddb46175740>
Sun, 13 Apr 2008 03:32:37 +0000 (03:32 +0000)
committerbg <bg@b1d182e4-1ff8-0310-901f-bddb46175740>
Sun, 13 Apr 2008 03:32:37 +0000 (03:32 +0000)
rc6.mk [new file with mode: 0644]

diff --git a/rc6.mk b/rc6.mk
new file mode 100644 (file)
index 0000000..893b34f
--- /dev/null
+++ b/rc6.mk
@@ -0,0 +1,14 @@
+# 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)_OBJ      := rc6.o
+$(ALGO_NAME)_TEST_BIN := main-rc6-test.o debug.o uart.o serial-tools.o \
+                         rc6.o nessie_bc_test.o \
+                         nessie_common.o cli.o performance_test.o
+$(ALGO_NAME)_NESSIE_TEST      := test nessie
+$(ALGO_NAME)_PEROFRMANCE_TEST := performance
+