X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=mkfiles%2Fshacal2enc.mk;fp=mkfiles%2Fshacal2enc.mk;h=44ba529437d54ec7183787b4dcc0437c40906c7c;hb=e048ac1e57d345b12b4019447ddfddfdd3dc52fc;hp=0000000000000000000000000000000000000000;hpb=6bca96e560e6097aa5b225fad67f2e2a27f4182f;p=avr-crypto-lib.git diff --git a/mkfiles/shacal2enc.mk b/mkfiles/shacal2enc.mk new file mode 100644 index 0000000..44ba529 --- /dev/null +++ b/mkfiles/shacal2enc.mk @@ -0,0 +1,14 @@ +# Makefile for present +ALGO_NAME := SHACAL2ENC + +# comment out the following line for removement of present from the build process +BLOCK_CIPHERS += $(ALGO_NAME) + + +$(ALGO_NAME)_OBJ := shacal2_enc.o sha256-asm.o +$(ALGO_NAME)_TEST_BIN := main-shacal2_enc-test.o debug.o uart.o serial-tools.o \ + nessie_bc_test.o nessie_common.o cli.o \ + performance_test.o shacal2_enc.o sha256-asm.o +$(ALGO_NAME)_NESSIE_TEST := "nessie" +$(ALGO_NAME)_PEROFRMANCE_TEST := "performance" +