]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - cast5.mk
+serpent bitslice; modifyed cast5 testings
[avr-crypto-lib.git] / cast5.mk
index f2241c0d8e4e5042f0e2c6808c66f300898981cf..23dadc116c461f16d9f0de7be82d23059e4b717e 100644 (file)
--- a/cast5.mk
+++ b/cast5.mk
@@ -5,7 +5,8 @@ ALGO_NAME := CAST5
 BLOCK_CIPHERS += $(ALGO_NAME)
 
 $(ALGO_NAME)_OBJ      := cast5.o
-$(ALGO_NAME)_TEST_BIN := main-cast5-test.o debug.o uart.o serial-tools.o cast5.o
+$(ALGO_NAME)_TEST_BIN := main-cast5-test.o debug.o uart.o serial-tools.o \
+                         cast5.o nessie_bc_test.o
 $(ALGO_NAME)_NESSIE_TEST      := "nessie"
 $(ALGO_NAME)_PEROFRMANCE_TEST := "performance"