4 # comment out the following line for removement of MUGI_C from the build process
5 STREAM_CIPHERS += $(ALGO_NAME)
7 $(ALGO_NAME)_DIR := mugi/
8 $(ALGO_NAME)_INCDIR := memxor/ aes/ gf256mul/
9 $(ALGO_NAME)_OBJ := mugi.o gf256mul.o aes_sbox.o memxor.o
10 $(ALGO_NAME)_TESTBIN := main-mugi-test.o $(CLI_STD) \
11 nessie_stream_test.o nessie_common.o \
13 $(ALGO_NAME)_NESSIE_TEST := "nessie"
14 $(ALGO_NAME)_PERFORMANCE_TEST := "performance"