X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Fcast6.mk;fp=mkfiles%2Fcast6.mk;h=eb3baad70ef892b42f1c0b12a9fc23788d66d793;hb=e23491896d12022bdd94ba9fb47dee2e6e9fed89;hp=0000000000000000000000000000000000000000;hpb=877bd61c0f8df66c000d0f9f35d87cddc5dd0957;p=avr-crypto-lib.git diff --git a/mkfiles/cast6.mk b/mkfiles/cast6.mk new file mode 100644 index 0000000..eb3baad --- /dev/null +++ b/mkfiles/cast6.mk @@ -0,0 +1,13 @@ +# 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 +$(ALGO_NAME)_TEST_BIN := main-cast6-test.o debug.o uart.o hexdigit_tab.o serial-tools.o \ + nessie_bc_test.o nessie_common.o cli.o string-extras.o performance_test.o +$(ALGO_NAME)_NESSIE_TEST := test nessie +$(ALGO_NAME)_PERFORMANCE_TEST := performance +