From 36beac7f7077ed94d3c1c0f46733b4f54a3b05b1 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 20 Feb 2022 11:24:18 +0100 Subject: Add more tests for BLAKE2b and BLAKE2s and update init functions (breaks API; were broken for keyed mode with zero-length message) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5b439de..c6aae48 100644 --- a/Makefile +++ b/Makefile @@ -83,6 +83,11 @@ HDR =\ libblake.h\ common.h +# Known answers tests +KAT_FILES =\ + kat-blake2b\ + kat-blake2s + LOBJ = $(OBJ:.o=.lo) @@ -119,7 +124,7 @@ libblake.a: $(OBJ) libblake.$(LIBEXT): $(LOBJ) $(CC) $(LIBFLAGS) -o $@ $(LOBJ) $(LDFLAGS) -check: test +check: test $(KAT_FILES) $(CHECK_PREFIX) ./test install: libblake.a libblake.$(LIBEXT) -- cgit v1.2.3-70-g09d2