add skbintext and skyhash (#1298)

This commit is contained in:
Skrylar 2020-01-02 07:28:49 +00:00 committed by Miran
parent b8c8b38e5a
commit 5389030c22

View File

@ -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",