]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/salsa20_c.mk
fixing style, typos and uart
[avr-crypto-lib.git] / mkfiles / salsa20_c.mk
index 91804d2b139eb0e87b44f31e2ae84a8a08319178..d271aa821fc17cde08c987fa525469ab2eab2f26 100644 (file)
@@ -1,13 +1,13 @@
 # Makefile for Salsa20
 ALGO_NAME := SALSA20_C
 
-# comment out the following line for removement of ARCFOUR from the build process
+# comment out the following line for removement of Salsa20 from the build process
 STREAM_CIPHERS += $(ALGO_NAME)
 
 $(ALGO_NAME)_DIR      := salsa20/
 $(ALGO_NAME)_OBJ      := salsa20.o
 $(ALGO_NAME)_INCDIR   := memxor/ scal/
-$(ALGO_NAME)_TEST_BIN := main-salsa20-test.o $(CLI_STD) $(SCAL_STD) scal_salsa20.o
+$(ALGO_NAME)_TESTBIN  := main-salsa20-test.o $(CLI_STD) $(SCAL_STD) scal_salsa20.o
 $(ALGO_NAME)_NESSIE_TEST      := "nessie"
 $(ALGO_NAME)_PERFORMANCE_TEST := "performance"