]> git.cryptolib.org Git - avr-crypto-lib.git/blob - mkfiles/norx_c.mk
75591d810aa1d6231db242f2852d4b907681a549
[avr-crypto-lib.git] / mkfiles / norx_c.mk
1 # Makefile for noekeon
2 ALGO_NAME := NORX_C
3
4 # comment out the following line for removement of noekeon from the build process
5 AEAD_CIPHERS += $(ALGO_NAME)
6
7 $(ALGO_NAME)_DIR      := norx/
8 $(ALGO_NAME)_INCDIR   := memxor/
9 $(ALGO_NAME)_OBJ      := norx32.o memxor.o
10 $(ALGO_NAME)_TESTBIN  := main-norx-test.o $(CLI_STD)
11 $(ALGO_NAME)_NESSIE_TEST      := test nessie
12 $(ALGO_NAME)_PERFORMANCE_TEST := performance
13