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