]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/seed.mk
+threefish256 decryption
[avr-crypto-lib.git] / mkfiles / seed.mk
index 515597c8a11125eef5e1a9e95076dfaac69bcb5f..28b437a66e4ecc5f5549e509a52669293b1d6c91 100644 (file)
@@ -4,10 +4,10 @@ ALGO_NAME := SEED
 # comment out the following line for removement of SEED from the build process
 BLOCK_CIPHERS += $(ALGO_NAME)
 
-$(ALGO_NAME)_OBJ      := seed.o seed-asm.o
-$(ALGO_NAME)_TEST_BIN := main-seed-test.o debug.o uart.o serial-tools.o \
-                         seed.o seed-asm.o nessie_bc_test.o nessie_common.o \
-                         cli.o performance_test.o
+$(ALGO_NAME)_OBJ      := seed-asm.o
+$(ALGO_NAME)_TEST_BIN := main-seed-test.o debug.o uart.o hexdigit_tab.o  \
+                         nessie_bc_test.o dbz_strings.o nessie_common.o \
+                         cli.o string-extras.o performance_test.o
 $(ALGO_NAME)_NESSIE_TEST      := "nessie"
-$(ALGO_NAME)_PEROFRMANCE_TEST := "performance"
+$(ALGO_NAME)_PERFORMANCE_TEST := "performance"