]> git.cryptolib.org Git - arm-crypto-lib.git/blobdiff - mkfiles/rsa.mk
introducing RSA-OAEP (can encrypt one message correctly)
[arm-crypto-lib.git] / mkfiles / rsa.mk
diff --git a/mkfiles/rsa.mk b/mkfiles/rsa.mk
deleted file mode 100644 (file)
index 219400f..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
-SIGNATURE += $(ALGO_NAME)
-
-$(ALGO_NAME)_DIR      := rsa/
-$(ALGO_NAME)_INCDIR   := memxor/ bigint/ noekeon/
-$(ALGO_NAME)_OBJ      := bigint.o bigint_io.o rsa_basic.o rsa_pkcs15.o 
-$(ALGO_NAME)_TESTBIN := main-rsa-test.o $(CLI_STD) random_dummy.o \
-                         noekeon.o noekeon_prng.o memxor.o 
-                        
-$(ALGO_NAME)_PERFORMANCE_TEST := performance
-