avr-crypto-lib/mkfiles/groestl_c.mk

14 lines
530 B
Makefile
Raw Normal View History

# Makefile for Grøstl
2009-06-09 23:57:20 +00:00
ALGO_NAME := GROESTL_C
# comment out the following line for removement of Grøstl from the build process
2009-06-09 23:57:20 +00:00
HASHES += $(ALGO_NAME)
$(ALGO_NAME)_DIR := groestl/
2010-09-25 12:04:19 +00:00
$(ALGO_NAME)_INCDIR := aes/ memxor/ gf256mul/ hfal/
$(ALGO_NAME)_OBJ := groestl_small.o groestl_large.o memxor.o aes_sbox.o gf256mul.o
2012-03-14 16:38:51 +00:00
$(ALGO_NAME)_TESTBIN := hfal_groestl_large.o hfal_groestl_small.o main-groestl-test.o $(CLI_STD) $(HFAL_STD)
2009-06-09 23:57:20 +00:00
$(ALGO_NAME)_NESSIE_TEST := test nessie
$(ALGO_NAME)_PERFORMANCE_TEST := performance