Add sha256_64B (#2598)

Co-authored-by: Gabriel Huber <mail@gabrielhuber.at>
This commit is contained in:
c-blake 2023-05-16 10:18:32 -04:00 committed by GitHub
parent 5195965c5b
commit a1c9bae270
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30184,5 +30184,20 @@
"description": "Seq that can safely add and remove elements while iterating.", "description": "Seq that can safely add and remove elements while iterating.",
"license": "GPL-2.0-only", "license": "GPL-2.0-only",
"web": "https://github.com/avahe-kellenberger/safeseq" "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"
} }
] ]