mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-07 16:43:09 +00:00
Add sha256_64B (#2598)
Co-authored-by: Gabriel Huber <mail@gabrielhuber.at>
This commit is contained in:
parent
5195965c5b
commit
a1c9bae270
@ -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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user