avr-crypto-lib/mkfiles/ecdsa.mk

15 lines
557 B
Makefile
Raw Normal View History

2012-09-18 12:19:37 +00:00
# Makefile for ECDSA
ALGO_NAME := ECDSA
# comment out the following line for removement of ECDSA from the build process
SIGNATURE += $(ALGO_NAME)
$(ALGO_NAME)_DIR := ecdsa/
$(ALGO_NAME)_INCDIR := memxor/ bigint/ sha1/ noekeon/ base64/ hfal/
2012-11-14 00:09:01 +00:00
$(ALGO_NAME)_OBJ := bigint.o bigint_io.o sha1-asm.o nist_p192.o ecc_chudnovsky.o ecdsa_sign.o base64_enc.o
2012-09-18 12:19:37 +00:00
$(ALGO_NAME)_TESTBIN := main-ecdsa-test.o $(CLI_STD) hfal_sha1.o $(HFAL_STD) \
noekeon_asm.o noekeon_prng.o memxor.o
$(ALGO_NAME)_PERFORMANCE_TEST := performance