X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=entropium.mk;fp=entropium.mk;h=589ff6f1638cb46f0076a96e2a1f46330a8978a4;hb=61444fd31d322390f89b2c3955728eeea1193a67;hp=0000000000000000000000000000000000000000;hpb=85b05e7b8648750d0077a74898733536e1b0712f;p=avr-crypto-lib.git diff --git a/entropium.mk b/entropium.mk new file mode 100644 index 0000000..589ff6f --- /dev/null +++ b/entropium.mk @@ -0,0 +1,13 @@ +# 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" +