]> git.cryptolib.org Git - avr-crypto-lib.git/commitdiff
updating to the new configuration
authorbg <bg@b1d182e4-1ff8-0310-901f-bddb46175740>
Wed, 4 Feb 2009 13:58:25 +0000 (13:58 +0000)
committerbg <bg@b1d182e4-1ff8-0310-901f-bddb46175740>
Wed, 4 Feb 2009 13:58:25 +0000 (13:58 +0000)
mkfiles/sha256_c.mk

index 90e55a1a8df8a214c7f52a7d1f12948a33f2381a..ceca8f8f8d37086543e0289282b7f7adcfc897e9 100644 (file)
@@ -6,7 +6,8 @@ HASHES += $(ALGO_NAME)
 
 $(ALGO_NAME)_OBJ      := sha256.o
 $(ALGO_NAME)_TEST_BIN := main-sha256-test.o debug.o uart.o serial-tools.o \
-                         nessie_hash_test.o nessie_common.o cli.o string-extras.o performance_test.o
+                         nessie_hash_test.o nessie_common.o cli.o string-extras.o performance_test.o \
+                        hfal-basic.o hfal_sha256.o shavs.o dump.o
 $(ALGO_NAME)_NESSIE_TEST      := "nessie"
 $(ALGO_NAME)_PERFORMANCE_TEST := "performance"