From b9d4bfaea3209fdcebdba148cb99242c44371c4a Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 1 Sep 2024 13:15:50 +0200 Subject: Add tests for Keccak and fix squeeze support in finalise_const for Keccak MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7c01521..6a4b01c 100644 --- a/Makefile +++ b/Makefile @@ -102,6 +102,7 @@ TEST =\ keccak_256.t\ keccak_384.t\ keccak_512.t\ + keccak.t\ sha3_224.t\ sha3_256.t\ sha3_384.t\ -- cgit v1.2.3-70-g09d2