X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Fgroestl_c.mk;h=85e8dc540a785c911ec2f36ec51a5f51b55b8202;hb=7b5401ab9ce23a5da1de8b6c7de3a1aa20ac4cf8;hp=8d4492caaf22cf4d0a7568f258ccacab75e9b084;hpb=402f8b98e8bd4ca12bbac8fe6ccd07e594015a63;p=avr-crypto-lib.git diff --git a/mkfiles/groestl_c.mk b/mkfiles/groestl_c.mk index 8d4492c..85e8dc5 100644 --- a/mkfiles/groestl_c.mk +++ b/mkfiles/groestl_c.mk @@ -1,12 +1,13 @@ -# Makefile for Blake +# Makefile for Grøstl ALGO_NAME := GROESTL_C -# comment out the following line for removement of Grøestl from the build process +# comment out the following line for removement of Grøstl from the build process HASHES += $(ALGO_NAME) - -$(ALGO_NAME)_OBJ := groestl_small.o memxor.o aes_sbox.o gf256mul.o -$(ALGO_NAME)_TEST_BIN := main-groestl-test.o hfal_groestl_small.o $(CLI_STD) $(HFAL_STD) +$(ALGO_NAME)_DIR := groestl/ +$(ALGO_NAME)_INCDIR := aes/ memxor/ gf256mul/ hfal/ +$(ALGO_NAME)_OBJ := groestl_small.o groestl_large.o memxor.o aes_sbox.o gf256mul.o +$(ALGO_NAME)_TEST_BIN := hfal_groestl_large.o hfal_groestl_small.o main-groestl-test.o $(CLI_STD) $(HFAL_STD) $(ALGO_NAME)_NESSIE_TEST := test nessie $(ALGO_NAME)_PERFORMANCE_TEST := performance