]> git.cryptolib.org Git - arm-crypto-lib.git/blobdiff - mkfiles/rsa_oaep.mk
introducing RSA-OAEP (can encrypt one message correctly)
[arm-crypto-lib.git] / mkfiles / rsa_oaep.mk
diff --git a/mkfiles/rsa_oaep.mk b/mkfiles/rsa_oaep.mk
new file mode 100644 (file)
index 0000000..59c1a39
--- /dev/null
@@ -0,0 +1,14 @@
+# 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
+