avr-crypto-lib/mkfiles/rabbit_c.mk

14 lines
466 B
Makefile
Raw Permalink Normal View History

2011-07-12 17:01:41 +00:00
# Makefile for Rabbit
ALGO_NAME := RABBIT_C
# comment out the following line for removement of Rabbit from the build process
STREAM_CIPHERS += $(ALGO_NAME)
$(ALGO_NAME)_DIR := rabbit/
$(ALGO_NAME)_OBJ := rabbit_c.o
$(ALGO_NAME)_INCDIR := memxor/ scal/
2012-03-14 16:38:51 +00:00
$(ALGO_NAME)_TESTBIN := main-rabbit-test.o $(CLI_STD) $(SCAL_STD) scal_rabbit.o
2011-07-12 17:01:41 +00:00
$(ALGO_NAME)_NESSIE_TEST := "nessie"
$(ALGO_NAME)_PERFORMANCE_TEST := "performance"
$(ALGO_NAME)_DEF := ESTREAM=0