]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/base64.mk
fixing bug in skein (asm); + new tools for hfal
[avr-crypto-lib.git] / mkfiles / base64.mk
index 339238b4259e3ef36106c33badd11fedf179afe6..35695c40595752d45835fedc117cdf10da60033a 100644 (file)
@@ -1,4 +1,4 @@
-# Makefile for noekeon
+# Makefile for Base64-encoding
 ALGO_NAME := BASE64
 
 # comment out the following line for removement of base64 from the build process
@@ -6,7 +6,7 @@ ENCODINGS += $(ALGO_NAME)
 
 
 $(ALGO_NAME)_OBJ      := base64_enc.o base64_dec.o
-$(ALGO_NAME)_TEST_BIN := main-base64-test.o debug.o uart.o hexdigit_tab.o serial-tools.o \
+$(ALGO_NAME)_TEST_BIN := main-base64-test.o debug.o uart.o hexdigit_tab.o  \
                          cli.o string-extras.o performance_test.o noekeon_asm.o noekeon_prng.o \
                         memxor.o