avr-crypto-lib/mkfiles/rsa.mk

15 lines
466 B
Makefile
Raw Normal View History

2010-09-25 12:08:28 +00:00
# Makefile for RSA
ALGO_NAME := RSA
# comment out the following line for removement of RSA from the build process
PK_CIPHERS += $(ALGO_NAME)
$(ALGO_NAME)_DIR := rsa/
$(ALGO_NAME)_INCDIR := bigint/ noekeon/ memxor/ hfal/
2011-01-03 19:52:10 +00:00
$(ALGO_NAME)_OBJ := bigint.o bigint_io.o rsa.o rsa_key_blob.o
2012-03-14 16:38:51 +00:00
$(ALGO_NAME)_TESTBIN := main-rsa-test.o $(CLI_STD) \
2010-09-25 12:08:28 +00:00
noekeon_asm.o noekeon_prng.o memxor.o
$(ALGO_NAME)_PERFORMANCE_TEST := performance