avr-crypto-lib/mkfiles/rsaes_pkcs1v15.mk

15 lines
500 B
Makefile
Raw Normal View History

2012-04-03 19:20:45 +00:00
# Makefile for RSA
2012-04-18 01:05:24 +00:00
ALGO_NAME := RSAES_PKCS1V15
2012-04-03 19:20:45 +00:00
# comment out the following line for removement of RSA from the build process
2014-02-15 00:23:43 +00:00
PK_CIPHERS += $(ALGO_NAME)
2012-04-03 19:20:45 +00:00
$(ALGO_NAME)_DIR := rsa/
$(ALGO_NAME)_INCDIR := memxor/ bigint/ noekeon/
2012-04-18 01:05:24 +00:00
$(ALGO_NAME)_OBJ := bigint.o bigint_io.o rsa_basic.o rsaes_pkcs1v15.o
$(ALGO_NAME)_TESTBIN := main-rsaes_pkcs1v15-test.o $(CLI_STD) random_dummy.o \
2012-04-03 19:20:45 +00:00
noekeon.o noekeon_prng.o memxor.o
$(ALGO_NAME)_PERFORMANCE_TEST := performance