]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - arcfour.mk
arcfour got its own testsuit now + some modifications of the build process
[avr-crypto-lib.git] / arcfour.mk
index 611a649001f4077346050eb3825ac4fd4e6a9eb1..58c24b90da899bbf5352bae540a7942b0da55479 100644 (file)
@@ -2,11 +2,11 @@
 ALGO_NAME := ARCFOUR
 
 # comment out the following line for removement of ARCFOUR from the build process
-BLOCK_CIPHERS := $(BLOCK_CIPHERS) $(ALGO_NAME)
+STREAM_CIPHERS += $(ALGO_NAME)
 
 $(ALGO_NAME)_OBJ      := arcfour-asm.o
-$(ALGO_NAME)_TEST_BIN := main.o debug.o uart.o serial-tools.o sha256-asm.o \
-                         xtea-asm.o arcfour-asm.o prng.o cast5.o
+$(ALGO_NAME)_TEST_BIN := main-arcfour-test.o debug.o uart.o serial-tools.o \
+                         nessie_stream_test.o arcfour-asm.o
 $(ALGO_NAME)_NESSIE_TEST      := "nessie"
 $(ALGO_NAME)_PEROFRMANCE_TEST := "performance"