]> git.cryptolib.org Git - arm-crypto-lib.git/blobdiff - mkfiles/bigint_c.mk
starting to make bigint more portable/32-bit efficient
[arm-crypto-lib.git] / mkfiles / bigint_c.mk
diff --git a/mkfiles/bigint_c.mk b/mkfiles/bigint_c.mk
new file mode 100644 (file)
index 0000000..23ce816
--- /dev/null
@@ -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
+