From be8ec280a056be688913c1a35c589ef406f72f50 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Mon, 23 Jun 2025 09:39:36 +0200 Subject: Add `Keccak512Hasher` --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index dcfd0aa..e360f3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,6 +7,7 @@ edition = "2024" [dependencies] hex = { version = "0.4.3" } sha2 = { version = "0.10.9" } +sha3 = "0.10.8" [dev-dependencies] criterion = { version = "0.6.0" } -- cgit v1.2.3-71-g8e6c