X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=entropium.mk;fp=entropium.mk;h=0000000000000000000000000000000000000000;hb=e048ac1e57d345b12b4019447ddfddfdd3dc52fc;hp=589ff6f1638cb46f0076a96e2a1f46330a8978a4;hpb=6bca96e560e6097aa5b225fad67f2e2a27f4182f;p=avr-crypto-lib.git diff --git a/entropium.mk b/entropium.mk deleted file mode 100644 index 589ff6f..0000000 --- a/entropium.mk +++ /dev/null @@ -1,13 +0,0 @@ -# Makefile for Entropium PRNG -ALGO_NAME := ENTROPIUM - -# comment out the following line for removement of PRNG from the build process -PRNGS += $(ALGO_NAME) - -$(ALGO_NAME)_OBJ := entropium.o sha256-asm.o -$(ALGO_NAME)_TEST_BIN := main-entropium-test.o debug.o uart.o serial-tools.o \ - sha256-asm.o entropium.o cli.o performance_test.o - -$(ALGO_NAME)_NESSIE_TEST := "nessie" -$(ALGO_NAME)_PEROFRMANCE_TEST := "performance" -