]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/shabal.mk
fixing style, typos and uart
[avr-crypto-lib.git] / mkfiles / shabal.mk
index 5034854a09949f70dee0d2dadad8defb31ca8802..35fbdd52b9eaf0627dccfdf5b7d2ad206f8d7ce7 100644 (file)
@@ -1,14 +1,14 @@
-# Makefile for Skein
-ALGO_NAME := SHABAL_C
+# Makefile for Shabal
+ALGO_NAME := SHABAL
 
-# comment out the following line for removement of Skein from the build process
+# comment out the following line for removement of Shabal from the build process
 HASHES += $(ALGO_NAME)
 
-
-$(ALGO_NAME)_OBJ      := shabal.o
-$(ALGO_NAME)_TEST_BIN := main-shabal-test.o debug.o uart.o hexdigit_tab.o  \
-                         dbz_strings.o nessie_common.o cli.o string-extras.o performance_test.o \
-                        nessie_hash_test.o hfal-basic.o hfal_shabal.o shavs.o
+$(ALGO_NAME)_DIR      := shabal/
+$(ALGO_NAME)_INCDIR   := hfal/
+$(ALGO_NAME)_OBJ      := shabal-asm.o shabal192-asm.o shabal224-asm.o \
+                         shabal256-asm.o shabal384-asm.o shabal512-asm.o
+$(ALGO_NAME)_TESTBIN  := main-shabal-test.o hfal_shabal.o $(CLI_STD) $(HFAL_STD)
 $(ALGO_NAME)_NESSIE_TEST      := test nessie
 $(ALGO_NAME)_PERFORMANCE_TEST := performance