arm-crypto-lib/mkfiles/groestl_c.mk

14 lines
529 B
Makefile
Raw Normal View History

2010-05-08 01:17:34 +00:00
# Makefile for Grøstl
ALGO_NAME := GROESTL_C
# comment out the following line for removement of Grøstl from the build process
HASHES += $(ALGO_NAME)
$(ALGO_NAME)_DIR := groestl/
2010-09-26 16:22:40 +00:00
$(ALGO_NAME)_INCDIR := memxor/ aes/ gf256mul/ hfal/
2010-05-08 01:17:34 +00:00
$(ALGO_NAME)_OBJ := groestl_small.o groestl_large.o memxor.o aes_sbox.o gf256mul.o
2011-08-19 00:36:30 +00:00
$(ALGO_NAME)_TESTBIN := hfal_groestl_large.o hfal_groestl_small.o main-groestl-test.o $(CLI_STD) $(HFAL_STD)
2010-05-08 01:17:34 +00:00
$(ALGO_NAME)_NESSIE_TEST := test nessie
$(ALGO_NAME)_PERFORMANCE_TEST := performance