From 84f2f6e7530dcf41cda0c598019d600bd908b79f Mon Sep 17 00:00:00 2001 From: bg Date: Thu, 14 May 2009 14:12:56 +0000 Subject: [PATCH] removing old twister stuff --- mkfiles/twister224.mk | 12 ------------ mkfiles/twister224_c.mk | 12 ------------ mkfiles/twister256.mk | 12 ------------ mkfiles/twister256_c.mk | 12 ------------ mkfiles/twister384.mk | 12 ------------ mkfiles/twister384_c.mk | 12 ------------ mkfiles/twister512.mk | 12 ------------ mkfiles/twister512_c.mk | 12 ------------ 8 files changed, 96 deletions(-) delete mode 100644 mkfiles/twister224.mk delete mode 100644 mkfiles/twister224_c.mk delete mode 100644 mkfiles/twister256.mk delete mode 100644 mkfiles/twister256_c.mk delete mode 100644 mkfiles/twister384.mk delete mode 100644 mkfiles/twister384_c.mk delete mode 100644 mkfiles/twister512.mk delete mode 100644 mkfiles/twister512_c.mk diff --git a/mkfiles/twister224.mk b/mkfiles/twister224.mk deleted file mode 100644 index 93567ff..0000000 --- a/mkfiles/twister224.mk +++ /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 index 948a113..0000000 --- a/mkfiles/twister224_c.mk +++ /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 index dcbf7a6..0000000 --- a/mkfiles/twister256.mk +++ /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 index bfa070d..0000000 --- a/mkfiles/twister256_c.mk +++ /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 index aa07161..0000000 --- a/mkfiles/twister384.mk +++ /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 index f3ac76c..0000000 --- a/mkfiles/twister384_c.mk +++ /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 index 23168f7..0000000 --- a/mkfiles/twister512.mk +++ /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 index 3f405bb..0000000 --- a/mkfiles/twister512_c.mk +++ /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" - -- 2.39.2