]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/rsa.mk
removing old rsa
[avr-crypto-lib.git] / mkfiles / rsa.mk
diff --git a/mkfiles/rsa.mk b/mkfiles/rsa.mk
deleted file mode 100644 (file)
index af44ae5..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-# Makefile for RSA
-ALGO_NAME := RSA
-
-# comment out the following line for removement of RSA from the build process
-PK_CIPHERS += $(ALGO_NAME)
-
-$(ALGO_NAME)_DIR      := rsa/
-$(ALGO_NAME)_INCDIR   := bigint/ noekeon/ memxor/ hfal/
-$(ALGO_NAME)_OBJ      := bigint.o bigint_io.o rsa.o rsa_key_blob.o
-$(ALGO_NAME)_TESTBIN  := main-rsa-test.o $(CLI_STD)  \
-                         noekeon_asm.o noekeon_prng.o memxor.o 
-                        
-$(ALGO_NAME)_PERFORMANCE_TEST := performance
-