]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/cscipher_tiny.mk
adding CS-Cipher
[avr-crypto-lib.git] / mkfiles / cscipher_tiny.mk
diff --git a/mkfiles/cscipher_tiny.mk b/mkfiles/cscipher_tiny.mk
new file mode 100644 (file)
index 0000000..dfe5b4b
--- /dev/null
@@ -0,0 +1,14 @@
+# Makefile for CS-Cipher
+ALGO_NAME := CSCIPHER_TINY
+
+# comment out the following line for removement of CS-Cipher from the build process
+BLOCK_CIPHERS += $(ALGO_NAME)
+
+$(ALGO_NAME)_DIR      := cscipher/
+$(ALGO_NAME)_INCDIR   := bcal/ memxor/
+$(ALGO_NAME)_OBJ      := cscipher_tiny_asm.o cscipher_tiny_stub.o  memxor.o memxor_p.o
+$(ALGO_NAME)_TEST_BIN := main-cscipher-test.o bcal_cscipher.o $(CLI_STD) $(BCAL_STD) 
+$(ALGO_NAME)_NESSIE_TEST      := test nessie
+$(ALGO_NAME)_PERFORMANCE_TEST := performance
+$(ALGO_NAME)_DEF := SBOX_PROG=1
+