]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/trivium.mk
new hash function abstraction layer + shavs + dump util + ...
[avr-crypto-lib.git] / mkfiles / trivium.mk
index e2e348456a22b21834bc5f0776aab68cc440a7e4..79cfeb6f38fbcf9d505d8a39e8d012e9562dc727 100644 (file)
@@ -6,8 +6,8 @@ STREAM_CIPHERS += $(ALGO_NAME)
 
 $(ALGO_NAME)_OBJ      := trivium.o
 $(ALGO_NAME)_TEST_BIN := main-trivium-test.o debug.o uart.o serial-tools.o \
-                         nessie_stream_test.o nessie_common.o trivium.o cli.o \
-                        performance_test.o
+                         nessie_stream_test.o nessie_common.o cli.o string-extras.o \
+                         performance_test.o
 $(ALGO_NAME)_NESSIE_TEST      := "nessie"
-$(ALGO_NAME)_PEROFRMANCE_TEST := "performance"
+$(ALGO_NAME)_PERFORMANCE_TEST := "performance"