]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - mkfiles/trivium.mk
updated Grøstl for round 3
[avr-crypto-lib.git] / mkfiles / trivium.mk
index 79cfeb6f38fbcf9d505d8a39e8d012e9562dc727..e6ac3538735fe1babdb21b89246c180068f7ae64 100644 (file)
@@ -4,10 +4,10 @@ ALGO_NAME := TRIVIUM
 # comment out the following line for removement of Trivium from the build process
 STREAM_CIPHERS += $(ALGO_NAME)
 
+$(ALGO_NAME)_DIR      := trivium/
 $(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 cli.o string-extras.o \
-                         performance_test.o
+$(ALGO_NAME)_INCDIR   := memxor/ scal/
+$(ALGO_NAME)_TEST_BIN := main-trivium-test.o $(CLI_STD) $(SCAL_STD) scal_trivium.o 
 $(ALGO_NAME)_NESSIE_TEST      := "nessie"
 $(ALGO_NAME)_PERFORMANCE_TEST := "performance"
-
+$(ALGO_NAME)_DEF       := NESSIE_ESTREAM=1