avr-crypto-lib/mkfiles/threefish.mk

16 lines
681 B
Makefile
Raw Permalink Normal View History

2009-03-12 20:23:49 +00:00
# Makefile for threefish
ALGO_NAME := THREEFISH
2009-03-12 16:28:45 +00:00
# comment out the following line for removement of threefish from the build process
BLOCK_CIPHERS += $(ALGO_NAME)
$(ALGO_NAME)_DIR := skein/
2010-09-25 12:04:19 +00:00
$(ALGO_NAME)_INCDIR := bcal/
$(ALGO_NAME)_OBJ := threefish256_enc_asm.o threefish512_enc_asm.o threefish1024_enc_asm.o\
threefish_mix.o threefish_invmix.o \
threefish256_dec_asm.o threefish512_dec_asm.o threefish1024_dec_asm.o
2012-03-14 16:38:51 +00:00
$(ALGO_NAME)_TESTBIN := main-threefish-test.o bcal_threefish256.o bcal_threefish512.o bcal_threefish1024.o $(CLI_STD) $(BCAL_STD)
2009-03-12 16:28:45 +00:00
$(ALGO_NAME)_NESSIE_TEST := test nessie
$(ALGO_NAME)_PERFORMANCE_TEST := performance