# Makefile for RSA ALGO_NAME := RSASSA_PKCS1V15 # 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/ sha1/ $(ALGO_NAME)_OBJ := bigint.o bigint_io.o rsa_basic.o rsassa_pkcs1v15.o $(ALGO_NAME)_TESTBIN := main-rsassa_pkcs1v15-test.o $(CLI_STD) random_dummy.o \ noekeon.o noekeon_prng.o memxor.o sha1.o $(ALGO_NAME)_PERFORMANCE_TEST := performance