X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=mkfiles%2Frsa.mk;fp=mkfiles%2Frsa.mk;h=0000000000000000000000000000000000000000;hp=af44ae5a39f6945c52d7c37be4cef1c8ee7fadd5;hb=9aebf1891ebd2ab61830988a176e8a9da974d93a;hpb=e1212ded3556546a568954bedc887fddcb128183 diff --git a/mkfiles/rsa.mk b/mkfiles/rsa.mk deleted file mode 100644 index af44ae5..0000000 --- a/mkfiles/rsa.mk +++ /dev/null @@ -1,14 +0,0 @@ -# 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/ -$(ALGO_NAME)_OBJ := bigint.o bigint_io.o rsa.o rsa_key_blob.o -$(ALGO_NAME)_TESTBIN := main-rsa-test.o $(CLI_STD) \ - noekeon_asm.o noekeon_prng.o memxor.o - -$(ALGO_NAME)_PERFORMANCE_TEST := performance -