Add icedhash (#2977)

This commit is contained in:
Firas Khalil Khana 2025-01-27 10:43:44 +03:00 committed by GitHub
parent d958500d18
commit 858c25a091
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34541,5 +34541,17 @@
"description": "Non-mature SIMD-accelerated drop-ins for std/strutils functions",
"license": "MIT",
"web": "https://github.com/xTrayambak/kaleidoscope"
},
{
"name": "icedhash",
"url": "https://github.com/IcedQuinn/icedhash",
"method": "git",
"tags": [
"hash",
"xxhash"
],
"description": "A collection of cryptographic and non-cryptographic hashing routines which have been ported to native Nim",
"license": "MIT",
"web": "https://github.com/IcedQuinn/icedhash"
}
]