From 858c25a091eb396538f2dcee1ef073a556fc6dba Mon Sep 17 00:00:00 2001 From: Firas Khalil Khana Date: Mon, 27 Jan 2025 10:43:44 +0300 Subject: [PATCH] Add icedhash (#2977) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 1318020..58fcb78 100644 --- a/packages.json +++ b/packages.json @@ -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" } ]