4 # comment out the following line for removement of RSA from the build process
5 PK_CIPHERS += $(ALGO_NAME)
7 $(ALGO_NAME)_DIR := rsa/
8 $(ALGO_NAME)_INCDIR := bigint/ noekeon/ memxor/ hfal/
9 $(ALGO_NAME)_OBJ := bigint.o bigint_io.o rsa.o rsa_key_blob.o
10 $(ALGO_NAME)_TEST_BIN := main-rsa-test.o $(CLI_STD) \
11 noekeon_asm.o noekeon_prng.o memxor.o
13 $(ALGO_NAME)_PERFORMANCE_TEST := performance