X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;ds=sidebyside;f=grain.mk;fp=grain.mk;h=0000000000000000000000000000000000000000;hb=e048ac1e57d345b12b4019447ddfddfdd3dc52fc;hp=ed330a61a41684a7f234108c6ea254541569e935;hpb=6bca96e560e6097aa5b225fad67f2e2a27f4182f;p=avr-crypto-lib.git diff --git a/grain.mk b/grain.mk deleted file mode 100644 index ed330a6..0000000 --- a/grain.mk +++ /dev/null @@ -1,13 +0,0 @@ -# Makefile for Grain -ALGO_NAME := GRAIN - -# comment out the following line for removement of Grain from the build process -STREAM_CIPHERS += $(ALGO_NAME) - -$(ALGO_NAME)_OBJ := grain.o -$(ALGO_NAME)_TEST_BIN := main-grain-test.o debug.o uart.o serial-tools.o \ - nessie_stream_test.o nessie_common.o grain.o cli.o \ - performance_test.o -$(ALGO_NAME)_NESSIE_TEST := "nessie" -$(ALGO_NAME)_PEROFRMANCE_TEST := "performance" -