]> git.cryptolib.org Git - avr-crypto-lib.git/blob - mkfiles/mugi.mk
fixing style, typos and uart
[avr-crypto-lib.git] / mkfiles / mugi.mk
1 # Makefile for MUGI
2 ALGO_NAME := MUGI_C
3
4 # comment out the following line for removement of MUGI_C from the build process
5 STREAM_CIPHERS += $(ALGO_NAME)
6
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  \
12                          performance_test.o
13 $(ALGO_NAME)_NESSIE_TEST      := "nessie"
14 $(ALGO_NAME)_PERFORMANCE_TEST := "performance"
15