]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/bigint.mk
initial part of bigint-library; some bugs left
[avr-crypto-lib.git] / mkfiles / bigint.mk
diff --git a/mkfiles/bigint.mk b/mkfiles/bigint.mk
new file mode 100644 (file)
index 0000000..de7100e
--- /dev/null
@@ -0,0 +1,13 @@
+# Makefile for BigInt
+ALGO_NAME := BIGINT
+
+# comment out the following line for removement of base64 from the build process
+ENCODINGS += $(ALGO_NAME)
+
+$(ALGO_NAME)_DIR      := bigint/
+$(ALGO_NAME)_OBJ      := bigint.o bigint_io.o bigint_add_u.o 
+$(ALGO_NAME)_TEST_BIN := main-bigint-test.o $(CLI_STD)  \
+                         performance_test.o noekeon_asm.o noekeon_prng.o memxor.o
+                        
+$(ALGO_NAME)_PERFORMANCE_TEST := performance
+