X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Frsa.mk;fp=mkfiles%2Frsa.mk;h=219400f976dc2ca5d552178c861b5d04de6e7ab6;hb=3edc70ba3f2306ec503fb5e99858d28659dcac65;hp=0000000000000000000000000000000000000000;hpb=52867acc0c7f09a79efbbb738cef0c3f5a2abb04;p=arm-crypto-lib.git diff --git a/mkfiles/rsa.mk b/mkfiles/rsa.mk new file mode 100644 index 0000000..219400f --- /dev/null +++ b/mkfiles/rsa.mk @@ -0,0 +1,14 @@ +# 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 +