]> git.cryptolib.org Git - arm-crypto-lib.git/blob - mkfiles/salsa20_c.mk
fixing bugs reported by Christian Dernehl
[arm-crypto-lib.git] / mkfiles / salsa20_c.mk
1 # Makefile for Salsa20
2 ALGO_NAME := SALSA20_C
3
4 # comment out the following line for removement of Salsa20 from the build process
5 STREAM_CIPHERS += $(ALGO_NAME)
6
7 $(ALGO_NAME)_DIR      := salsa20/
8 $(ALGO_NAME)_OBJ      := salsa20.o
9 $(ALGO_NAME)_INCDIR   := memxor/ bcal/ scal/
10 $(ALGO_NAME)_TESTBIN := main-salsa20-test.o $(CLI_STD) $(SCAL_STD) scal_salsa20.o
11 $(ALGO_NAME)_NESSIE_TEST      := "nessie"
12 $(ALGO_NAME)_PERFORMANCE_TEST := "performance"
13