avr-crypto-lib/mkfiles/rsaes_oaep.mk

15 lines
544 B
Makefile
Raw Permalink Normal View History

2012-03-28 02:25:11 +00:00
# Makefile for RSA
2012-04-18 01:05:24 +00:00
ALGO_NAME := RSAES_OAEP
2012-03-28 02:25:11 +00:00
# comment out the following line for removement of RSA from the build process
PK_CIPHERS += $(ALGO_NAME)
$(ALGO_NAME)_DIR := rsa/
$(ALGO_NAME)_INCDIR := memxor/ bigint/ noekeon/ hfal/ sha1/ mgf1/
2012-04-18 01:05:24 +00:00
$(ALGO_NAME)_OBJ := bigint.o bigint_io.o rsa_basic.o rsaes_oaep.o mgf1.o hfal-basic.o hfal_sha1.o sha1.o
$(ALGO_NAME)_TESTBIN := main-rsaes_oaep-test.o $(CLI_STD) random_dummy.o \
2012-03-28 02:25:11 +00:00
noekeon.o noekeon_prng.o memxor.o
$(ALGO_NAME)_PERFORMANCE_TEST := performance