X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Fbigint_c.mk;fp=mkfiles%2Fbigint_c.mk;h=23ce81616d55fe85667d7e71520198a6ae6ba35e;hb=5e75eafde9b0269aa78395bbeb3e79ff36a1f082;hp=0000000000000000000000000000000000000000;hpb=f4853b26a54089e6796fcf115f739f1e9ea7ceb7;p=arm-crypto-lib.git diff --git a/mkfiles/bigint_c.mk b/mkfiles/bigint_c.mk new file mode 100644 index 0000000..23ce816 --- /dev/null +++ b/mkfiles/bigint_c.mk @@ -0,0 +1,14 @@ +# Makefile for BigInt +ALGO_NAME := BIGINT_C + +# comment out the following line for removement of BigInt from the build process +AUX += $(ALGO_NAME) + +$(ALGO_NAME)_DIR := bigint/ +$(ALGO_NAME)_INCDIR := memxor/ noekeon/ +$(ALGO_NAME)_OBJ := bigint.o bigint_io.o +$(ALGO_NAME)_TEST_BIN := main-bigint-test.o $(CLI_STD) \ + performance_test.o noekeon.o noekeon_prng.o memxor.o + +$(ALGO_NAME)_PERFORMANCE_TEST := performance +