]> git.cryptolib.org Git - avr-crypto-lib.git/blob - mkfiles/groestl_c.mk
7d63a0d087c742701b05656c1181c89a82d07871
[avr-crypto-lib.git] / mkfiles / groestl_c.mk
1 # Makefile for Grøstl
2 ALGO_NAME := GROESTL_C
3
4 # comment out the following line for removement of Grøstl from the build process
5 HASHES += $(ALGO_NAME)
6
7 $(ALGO_NAME)_DIR      := groestl/
8 $(ALGO_NAME)_OBJ      := groestl_small.o groestl_large.o memxor.o aes_sbox.o gf256mul.o
9 $(ALGO_NAME)_TEST_BIN := hfal_groestl_large.o hfal_groestl_small.o main-groestl-test.o $(CLI_STD) $(HFAL_STD)
10 $(ALGO_NAME)_NESSIE_TEST      := test nessie
11 $(ALGO_NAME)_PERFORMANCE_TEST := performance
12