avr-crypto-lib/mkfiles/salsa20_c.mk

14 lines
442 B
Makefile
Raw Permalink Normal View History

2011-07-11 18:26:25 +00:00
# Makefile for Salsa20
ALGO_NAME := SALSA20_C
2011-07-12 17:01:41 +00:00
# comment out the following line for removement of Salsa20 from the build process
2011-07-11 18:26:25 +00:00
STREAM_CIPHERS += $(ALGO_NAME)
$(ALGO_NAME)_DIR := salsa20/
$(ALGO_NAME)_OBJ := salsa20.o
$(ALGO_NAME)_INCDIR := memxor/ scal/
2012-03-14 16:38:51 +00:00
$(ALGO_NAME)_TESTBIN := main-salsa20-test.o $(CLI_STD) $(SCAL_STD) scal_salsa20.o
2011-07-11 18:26:25 +00:00
$(ALGO_NAME)_NESSIE_TEST := "nessie"
$(ALGO_NAME)_PERFORMANCE_TEST := "performance"