From 72111e7a53eaad7bea841ab8b09e70642bde00ae Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 24 Aug 2024 18:02:00 +0200 Subject: Add support for Keccak, SHA3, SHAKE, and RawSHAKE via libkeccak>=1.3 (this version introduced zerocopy) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- README | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README') diff --git a/README b/README index 9f5d46e..b35360f 100644 --- a/README +++ b/README @@ -17,6 +17,12 @@ DESCRIPTION SHA-224, SHA-256, SHA-384, SHA-512, SHA-512/224, SHA-512/256 + Via libkeccak>=1.3 + Keccak[], Keccak-224, Keccak-256, Keccak-384, + Keccak-512, SHA3-224, SHA3-256, SHA3-384, SHA3-512, + SHAKE128, SHAKE256, SHAKE512, RawSHAKE128, + RawSHAKE256, RawSHAKE512 + libhashsum makes it easy to select at compile-time which functions to compile support for. -- cgit v1.2.3-70-g09d2