]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - serpent.mk
+serpent bitslice; modifyed cast5 testings
[avr-crypto-lib.git] / serpent.mk
index 44d437c914c8ca15246d34cac789610dd7aad8b6..5975ec0e8604ea177400eb7ff23835f9c54c126c 100644 (file)
@@ -2,12 +2,12 @@
 ALGO_NAME := SERPENT
 
 # comment out the following line for removement of serpent from the build process
-BLOCK_CIPHERS := $(BLOCK_CIPHERS) $(ALGO_NAME)
+BLOCK_CIPHERS += $(ALGO_NAME)
 
 
-$(ALGO_NAME)_OBJ      := serpent.o
+$(ALGO_NAME)_OBJ      := serpent.o serpent-sboxes-bitslice.o
 $(ALGO_NAME)_TEST_BIN := main-serpent-test.o debug.o uart.o serial-tools.o \
-                         serpent.o nessie_bc_test.o
+                         serpent.o serpent-sboxes-bitslice.o nessie_bc_test.o
 $(ALGO_NAME)_NESSIE_TEST      := "nessie"
 $(ALGO_NAME)_PEROFRMANCE_TEST := "performance"