avr-crypto-lib/mkfiles/cast6.mk

14 lines
428 B
Makefile
Raw Normal View History

2009-04-02 19:54:45 +00:00
# Makefile for CAST6 (a.k.a. CAST-256)
ALGO_NAME := CAST6
# comment out the following line for removement of CAST6 from the build process
BLOCK_CIPHERS += $(ALGO_NAME)
$(ALGO_NAME)_OBJ := cast6.o
2009-07-29 09:49:57 +00:00
$(ALGO_NAME)_TEST_BIN := main-cast6-test.o $(CLI_STD) \
nessie_bc_test.o nessie_common.o performance_test.o
2009-04-02 19:54:45 +00:00
$(ALGO_NAME)_NESSIE_TEST := test nessie
$(ALGO_NAME)_PERFORMANCE_TEST := performance