2 ALGO_NAME := RSAES_PKCS1V15
4 # comment out the following line for removement of RSA from the build process
5 SIGNATURE += $(ALGO_NAME)
7 $(ALGO_NAME)_DIR := rsa/
8 $(ALGO_NAME)_INCDIR := memxor/ bigint/ noekeon/
9 $(ALGO_NAME)_OBJ := bigint.o bigint_io.o rsa_basic.o rsaes_pkcs1v15.o
10 $(ALGO_NAME)_TESTBIN := main-rsaes_pkcs1v15-test.o $(CLI_STD) random_dummy.o \
11 noekeon.o noekeon_prng.o memxor.o
13 $(ALGO_NAME)_PERFORMANCE_TEST := performance