]> git.cryptolib.org Git - arm-crypto-lib.git/blobdiff - mkfiles/rsa_oaep.mk
now with rsassa-pkcs1v15 (old rsa signatures) + many new things
[arm-crypto-lib.git] / mkfiles / rsa_oaep.mk
diff --git a/mkfiles/rsa_oaep.mk b/mkfiles/rsa_oaep.mk
deleted file mode 100644 (file)
index 59c1a39..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-# Makefile for RSA
-ALGO_NAME := RSA_OAEP
-
-# comment out the following line for removement of RSA from the build process
-PK_CIPHERS += $(ALGO_NAME)
-
-$(ALGO_NAME)_DIR      := rsa/
-$(ALGO_NAME)_INCDIR   := memxor/ bigint/ noekeon/ hfal/ sha1/ mgf1/
-$(ALGO_NAME)_OBJ      := bigint.o bigint_io.o rsa_basic.o rsa_oaep.o mgf1.o hfal-basic.o hfal_sha1.o sha1.o
-$(ALGO_NAME)_TESTBIN := main-rsa_oaep-test.o $(CLI_STD) random_dummy.o \
-                         noekeon.o noekeon_prng.o memxor.o 
-                        
-$(ALGO_NAME)_PERFORMANCE_TEST := performance
-