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)_OBJ := mugi.o gf256mul.o aes_sbox.o
9 $(ALGO_NAME)_TEST_BIN := main-mugi-test.o $(CLI_STD) \
10 nessie_stream_test.o nessie_common.o \
12 $(ALGO_NAME)_NESSIE_TEST := "nessie"
13 $(ALGO_NAME)_PERFORMANCE_TEST := "performance"