X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=mkfiles%2Fcamellia.mk;fp=mkfiles%2Fcamellia.mk;h=06d99d647e9e2254171affe6ed76fe0150dff995;hp=0000000000000000000000000000000000000000;hb=e048ac1e57d345b12b4019447ddfddfdd3dc52fc;hpb=6bca96e560e6097aa5b225fad67f2e2a27f4182f diff --git a/mkfiles/camellia.mk b/mkfiles/camellia.mk new file mode 100644 index 0000000..06d99d6 --- /dev/null +++ b/mkfiles/camellia.mk @@ -0,0 +1,13 @@ +# Makefile for camellia +ALGO_NAME := CAMELLIA + +# comment out the following line for removement of serpent from the build process +BLOCK_CIPHERS += $(ALGO_NAME) + +# main-camellia-test.o debug.o uart.o serial-tools.o camellia.o camellia-asm.o +$(ALGO_NAME)_OBJ := camellia.o camellia-asm.o +$(ALGO_NAME)_TEST_BIN := main-camellia-test.o debug.o uart.o serial-tools.o \ + camellia.o camellia-asm.o +$(ALGO_NAME)_NESSIE_TEST := "nessie" +$(ALGO_NAME)_PEROFRMANCE_TEST := "performance" +