]> git.cryptolib.org Git - avr-crypto-lib.git/blob - mkfiles/keccak_c.mk
fixing style, typos and uart
[avr-crypto-lib.git] / mkfiles / keccak_c.mk
1 # Makefile for Keccak
2 ALGO_NAME := KECCAK_C
3
4 # comment out the following line for removement of Keccak from the build process
5 HASHES += $(ALGO_NAME)
6
7 $(ALGO_NAME)_DIR      := keccak/
8 $(ALGO_NAME)_INCDIR   := memxor/ hfal/
9 $(ALGO_NAME)_OBJ      := keccak.o memxor.o rotate64.o
10 $(ALGO_NAME)_TESTBIN  := main-keccak-test.o hfal_keccak.o  $(CLI_STD) $(HFAL_STD)
11 $(ALGO_NAME)_NESSIE_TEST      := test nessie
12 $(ALGO_NAME)_PERFORMANCE_TEST := performance
13