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