From a1c9bae2700e67d06cd12165e3557745b7a71540 Mon Sep 17 00:00:00 2001 From: c-blake Date: Tue, 16 May 2023 10:18:32 -0400 Subject: [PATCH] Add sha256_64B (#2598) Co-authored-by: Gabriel Huber --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index bf0a240..e23de3c 100644 --- a/packages.json +++ b/packages.json @@ -30184,5 +30184,20 @@ "description": "Seq that can safely add and remove elements while iterating.", "license": "GPL-2.0-only", "web": "https://github.com/avahe-kellenberger/safeseq" + }, + { + "name": "sha256_64B", + "url": "https://github.com/status-im/sha256_64B", + "method": "git", + "tags": [ + "sha256_64B", + "sha256", + "batch parallel hash", + "assembly optimization", + "merkle tree" + ], + "description": "sha256 hash of batches of 64B blocks in parallel via pure asm lib hashtree", + "license": "MIT or Apache License 2.0", + "web": "https://github.com/status-im/sha256_64B" } ]