4 # comment out the following line for removement of Salsa20 from the build process
5 STREAM_CIPHERS += $(ALGO_NAME)
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"