]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/whirlpool.mk
added Whirlpool-0 and Whirlpool-T
[avr-crypto-lib.git] / mkfiles / whirlpool.mk
diff --git a/mkfiles/whirlpool.mk b/mkfiles/whirlpool.mk
deleted file mode 100644 (file)
index 82ca755..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-# Makefile for Whirlpool
-ALGO_NAME := WHIRLPOOL_C
-
-# comment out the following line for removement of Whirlpool from the build process
-HASHES += $(ALGO_NAME)
-
-$(ALGO_NAME)_DIR      := whirlpool/
-$(ALGO_NAME)_INCDIR   := hfal/ memxor/ gf256mul/
-$(ALGO_NAME)_OBJ      := whirlpool.o gf256mul.o memxor.o
-$(ALGO_NAME)_TEST_BIN := main-whirlpool-test.o $(CLI_STD) $(HFAL_STD) hfal_whirlpool.o dump-asm.o dump-decl.o
-$(ALGO_NAME)_NESSIE_TEST      := "nessie"
-$(ALGO_NAME)_PERFORMANCE_TEST := "performance"
-