From 5389030c22b82400e60cdfc721fb076926ee09c1 Mon Sep 17 00:00:00 2001 From: Skrylar Date: Thu, 2 Jan 2020 07:28:49 +0000 Subject: [PATCH] add skbintext and skyhash (#1298) --- packages.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/packages.json b/packages.json index 170f0ed..ea83f45 100644 --- a/packages.json +++ b/packages.json @@ -15864,6 +15864,32 @@ "license": "MIT", "web": "https://github.com/b3liever/patgraph" }, + { + "name": "skbintext", + "url": "https://github.com/skrylar/skbintext", + "method": "git", + "tags": [ + "hexdigest", + "hexadecimal", + "binary" + ], + "description": "Binary <-> text conversion.", + "license": "MPL", + "web": "https://github.com/Skrylar/skbintext" + }, + { + "name": "skyhash", + "url": "https://github.com/Skrylar/skyhash", + "method": "git", + "tags": [ + "blake2b", + "blake2s", + "spookyhash" + ], + "description": "Collection of hash algorithms ported to Nim", + "license": "CC0", + "web": "https://github.com/Skrylar/skyhash" + }, { "name": "gimei", "url": "https://github.com/mkanenobu/nim-gimei",