From d737d34b436f673173695c4c772f0ddef9fe7837 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 1 Sep 2024 16:34:46 +0200 Subject: Add support for BLAKE2 (but not tree-hashing) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6a4b01c..a05adac 100644 --- a/Makefile +++ b/Makefile @@ -68,7 +68,9 @@ OBJ_PUBLIC =\ libhashsum_init_blake384_hasher.o\ libhashsum_init_blake512_hasher.o\ libhashsum_init_blakeb_hasher.o\ - libhashsum_init_blake_hasher.o + libhashsum_init_blake_hasher.o\ + libhashsum_init_blake2s_hasher.o\ + libhashsum_init_blake2b_hasher.o OBJ_HIDDEN =\ libhashsum_reverse_byte__.o\ -- cgit v1.2.3-70-g09d2