avr-crypto-lib/mkfiles/grain.mk

14 lines
445 B
Makefile
Raw 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
2009-07-29 09:49:57 +00:00
$(ALGO_NAME)_TEST_BIN := main-grain-test.o $(CLI_STD) \
nessie_stream_test.o nessie_common.o performance_test.o
$(ALGO_NAME)_NESSIE_TEST := "nessie"
$(ALGO_NAME)_PERFORMANCE_TEST := "performance"