]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/norx_c.mk
new AEAD-Cipher: norx (32 bit only at the moment)
[avr-crypto-lib.git] / mkfiles / norx_c.mk
diff --git a/mkfiles/norx_c.mk b/mkfiles/norx_c.mk
new file mode 100644 (file)
index 0000000..75591d8
--- /dev/null
@@ -0,0 +1,13 @@
+# Makefile for noekeon
+ALGO_NAME := NORX_C
+
+# comment out the following line for removement of noekeon from the build process
+AEAD_CIPHERS += $(ALGO_NAME)
+
+$(ALGO_NAME)_DIR      := norx/
+$(ALGO_NAME)_INCDIR   := memxor/
+$(ALGO_NAME)_OBJ      := norx32.o memxor.o
+$(ALGO_NAME)_TESTBIN  := main-norx-test.o $(CLI_STD)
+$(ALGO_NAME)_NESSIE_TEST      := test nessie
+$(ALGO_NAME)_PERFORMANCE_TEST := performance
+