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