]> git.cryptolib.org Git - avr-crypto-lib.git/commitdiff
removing old twister stuff
authorbg <bg@b1d182e4-1ff8-0310-901f-bddb46175740>
Thu, 14 May 2009 14:12:56 +0000 (14:12 +0000)
committerbg <bg@b1d182e4-1ff8-0310-901f-bddb46175740>
Thu, 14 May 2009 14:12:56 +0000 (14:12 +0000)
mkfiles/twister224.mk [deleted file]
mkfiles/twister224_c.mk [deleted file]
mkfiles/twister256.mk [deleted file]
mkfiles/twister256_c.mk [deleted file]
mkfiles/twister384.mk [deleted file]
mkfiles/twister384_c.mk [deleted file]
mkfiles/twister512.mk [deleted file]
mkfiles/twister512_c.mk [deleted file]

diff --git a/mkfiles/twister224.mk b/mkfiles/twister224.mk
deleted file mode 100644 (file)
index 93567ff..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-# Makefile for TWISTER-224
-ALGO_NAME := TWISTER224
-
-# comment out the following line for removement of TWISTER-224 from the build process
-HASHES += $(ALGO_NAME)
-
-$(ALGO_NAME)_OBJ      := twister-small-asm.o twister-asm.o twister224.o 
-$(ALGO_NAME)_TEST_BIN := main-twister224-test.o debug.o uart.o hexdigit_tab.o  \
-                         nessie_hash_test.o dbz_strings.o nessie_common.o cli.o string-extras.o performance_test.o
-$(ALGO_NAME)_NESSIE_TEST      := "nessie"
-$(ALGO_NAME)_PERFORMANCE_TEST := "performance"
-
diff --git a/mkfiles/twister224_c.mk b/mkfiles/twister224_c.mk
deleted file mode 100644 (file)
index 948a113..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-# Makefile for TWISTER-224
-ALGO_NAME := TWISTER224_C
-
-# comment out the following line for removement of TWISTER-224 from the build process
-HASHES += $(ALGO_NAME)
-
-$(ALGO_NAME)_OBJ      := twister.o twister-small.o memxor.o gf256mul.o
-$(ALGO_NAME)_TEST_BIN := main-twister224-test.o debug.o uart.o hexdigit_tab.o  \
-                         nessie_hash_test.o dbz_strings.o nessie_common.o cli.o string-extras.o performance_test.o
-$(ALGO_NAME)_NESSIE_TEST      := "nessie"
-$(ALGO_NAME)_PERFORMANCE_TEST := "performance"
-
diff --git a/mkfiles/twister256.mk b/mkfiles/twister256.mk
deleted file mode 100644 (file)
index dcbf7a6..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-# Makefile for TWISTER-256
-ALGO_NAME := TWISTER256
-
-# comment out the following line for removement of TWISTER-256 from the build process
-HASHES += $(ALGO_NAME)
-
-$(ALGO_NAME)_OBJ      := twister-asm.o twister-small-asm.o twister256.o  
-$(ALGO_NAME)_TEST_BIN := main-twister256-test.o debug.o uart.o hexdigit_tab.o  \
-                         nessie_hash_test.o dbz_strings.o nessie_common.o cli.o string-extras.o performance_test.o
-$(ALGO_NAME)_NESSIE_TEST      := "nessie"
-$(ALGO_NAME)_PERFORMANCE_TEST := "performance"
-
diff --git a/mkfiles/twister256_c.mk b/mkfiles/twister256_c.mk
deleted file mode 100644 (file)
index bfa070d..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-# Makefile for TWISTER-256
-ALGO_NAME := TWISTER256_C
-
-# comment out the following line for removement of TWISTER-256 from the build process
-HASHES += $(ALGO_NAME)
-
-$(ALGO_NAME)_OBJ      := twister.o twister-small.o memxor.o gf256mul.o
-$(ALGO_NAME)_TEST_BIN := main-twister256-test.o debug.o uart.o hexdigit_tab.o  \
-                         nessie_hash_test.o dbz_strings.o nessie_common.o cli.o string-extras.o performance_test.o
-$(ALGO_NAME)_NESSIE_TEST      := "nessie"
-$(ALGO_NAME)_PERFORMANCE_TEST := "performance"
-
diff --git a/mkfiles/twister384.mk b/mkfiles/twister384.mk
deleted file mode 100644 (file)
index aa07161..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-# Makefile for TWISTER-384
-ALGO_NAME := TWISTER384
-
-# comment out the following line for removement of TWISTER-384 from the build process
-HASHES += $(ALGO_NAME)
-
-$(ALGO_NAME)_OBJ      := twister-asm.o twister-big-asm.o twister384.o
-$(ALGO_NAME)_TEST_BIN := main-twister384-test.o debug.o uart.o hexdigit_tab.o  \
-                         nessie_hash_test.o dbz_strings.o nessie_common.o cli.o string-extras.o performance_test.o
-$(ALGO_NAME)_NESSIE_TEST      := "nessie"
-$(ALGO_NAME)_PERFORMANCE_TEST := "performance"
-
diff --git a/mkfiles/twister384_c.mk b/mkfiles/twister384_c.mk
deleted file mode 100644 (file)
index f3ac76c..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-# Makefile for TWISTER-384
-ALGO_NAME := TWISTER384_C
-
-# comment out the following line for removement of TWISTER-384 from the build process
-HASHES += $(ALGO_NAME)
-
-$(ALGO_NAME)_OBJ      := twister.o twister-big.o memxor.o gf256mul.o
-$(ALGO_NAME)_TEST_BIN := main-twister384-test.o debug.o uart.o hexdigit_tab.o  \
-                         nessie_hash_test.o dbz_strings.o nessie_common.o cli.o string-extras.o performance_test.o
-$(ALGO_NAME)_NESSIE_TEST      := "nessie"
-$(ALGO_NAME)_PERFORMANCE_TEST := "performance"
-
diff --git a/mkfiles/twister512.mk b/mkfiles/twister512.mk
deleted file mode 100644 (file)
index 23168f7..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-# Makefile for TWISTER-512
-ALGO_NAME := TWISTER512
-
-# comment out the following line for removement of TWISTER-512 from the build process
-HASHES += $(ALGO_NAME)
-
-$(ALGO_NAME)_OBJ      := twister-asm.o twister-big-asm.o twister512.o
-$(ALGO_NAME)_TEST_BIN := main-twister512-test.o debug.o uart.o hexdigit_tab.o  \
-                         nessie_hash_test.o dbz_strings.o nessie_common.o cli.o string-extras.o performance_test.o
-$(ALGO_NAME)_NESSIE_TEST      := "nessie"
-$(ALGO_NAME)_PERFORMANCE_TEST := "performance"
-
diff --git a/mkfiles/twister512_c.mk b/mkfiles/twister512_c.mk
deleted file mode 100644 (file)
index 3f405bb..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-# Makefile for TWISTER-512
-ALGO_NAME := TWISTER512_C
-
-# comment out the following line for removement of TWISTER-512 from the build process
-HASHES += $(ALGO_NAME)
-
-$(ALGO_NAME)_OBJ      := twister.o twister-big.o memxor.o gf256mul.o
-$(ALGO_NAME)_TEST_BIN := main-twister512-test.o debug.o uart.o hexdigit_tab.o  \
-                         nessie_hash_test.o dbz_strings.o nessie_common.o cli.o string-extras.o performance_test.o
-$(ALGO_NAME)_NESSIE_TEST      := "nessie"
-$(ALGO_NAME)_PERFORMANCE_TEST := "performance"
-