X-Git-Url: https://git.cryptolib.org/?p=arm-crypto-lib.git;a=blobdiff_plain;f=mkfiles%2Fentropium.mk;fp=mkfiles%2Fentropium.mk;h=cc93fae26d5c744fc8c3ff98b65b611effdcaabe;hp=0000000000000000000000000000000000000000;hb=2a4779378a7bf4322a0e6b2024284092135e8a3d;hpb=e69f1207a9fbd9c0f45bfdbb2d8ebe9852d95969 diff --git a/mkfiles/entropium.mk b/mkfiles/entropium.mk new file mode 100644 index 0000000..cc93fae --- /dev/null +++ b/mkfiles/entropium.mk @@ -0,0 +1,14 @@ +# 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)_DIR := entropium/ +$(ALGO_NAME)_INCDIR := sha2/ +$(ALGO_NAME)_OBJ := entropium.o sha256.o sha2_small_common.o +$(ALGO_NAME)_TESTBIN := main-entropium-test.o $(CLI_STD) performance_test.o + +$(ALGO_NAME)_NESSIE_TEST := "nessie" +$(ALGO_NAME)_PERFORMANCE_TEST := "performance" +