]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/seed_C.mk
small update (integrating NOEKEON_OMAC and SEED_C)
[avr-crypto-lib.git] / mkfiles / seed_C.mk
diff --git a/mkfiles/seed_C.mk b/mkfiles/seed_C.mk
new file mode 100644 (file)
index 0000000..3005819
--- /dev/null
@@ -0,0 +1,13 @@
+# Makefile for SEED
+ALGO_NAME := SEED_C
+
+# comment out the following line for removement of SEED from the build process
+BLOCK_CIPHERS += $(ALGO_NAME)
+
+$(ALGO_NAME)_OBJ      := seed_C.o
+$(ALGO_NAME)_TEST_BIN := main-seed-test.o debug.o uart.o serial-tools.o \
+                         nessie_bc_test.o nessie_common.o \
+                         cli.o performance_test.o
+$(ALGO_NAME)_NESSIE_TEST      := "nessie"
+$(ALGO_NAME)_PERFORMANCE_TEST := "performance"
+