avr-crypto-lib/mkfiles/grain.mk

14 lines
462 B
Makefile
Raw Permalink Normal View History

# Makefile for Grain
ALGO_NAME := GRAIN
# comment out the following line for removement of Grain from the build process
STREAM_CIPHERS += $(ALGO_NAME)
2009-08-06 20:11:02 +00:00
$(ALGO_NAME)_DIR := grain/
$(ALGO_NAME)_OBJ := grain.o
$(ALGO_NAME)_INCDIR := memxor/ scal/
2012-03-14 16:38:51 +00:00
$(ALGO_NAME)_TESTBIN := main-grain-test.o $(CLI_STD) $(SCAL_STD) scal_grain.o
$(ALGO_NAME)_NESSIE_TEST := "nessie"
$(ALGO_NAME)_PERFORMANCE_TEST := "performance"
2011-01-27 09:09:01 +00:00
$(ALGO_NAME)_DEF := NESSIE_ESTREAM=1