avr-crypto-lib/mkfiles/entropium.mk

14 lines
435 B
Makefile
Raw Normal View History

2008-04-17 15:39:07 +00:00
# Makefile for Entropium PRNG
ALGO_NAME := ENTROPIUM
# comment out the following line for removement of PRNG from the build process
PRNGS += $(ALGO_NAME)
2009-08-06 20:11:02 +00:00
$(ALGO_NAME)_DIR := entropium/
2008-04-17 15:39:07 +00:00
$(ALGO_NAME)_OBJ := entropium.o sha256-asm.o
2009-07-29 09:49:57 +00:00
$(ALGO_NAME)_TEST_BIN := main-entropium-test.o $(CLI_STD) performance_test.o
2008-04-17 15:39:07 +00:00
$(ALGO_NAME)_NESSIE_TEST := "nessie"
$(ALGO_NAME)_PERFORMANCE_TEST := "performance"
2008-04-17 15:39:07 +00:00