From 7aa0d5e8929e4984e8d27e14a6111dc5d28e6012 Mon Sep 17 00:00:00 2001 From: Forlan Date: Wed, 21 Feb 2018 19:36:16 +0200 Subject: [PATCH] Added package libsha --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 27531d8..c7fcabf 100644 --- a/packages.json +++ b/packages.json @@ -8227,5 +8227,20 @@ "description": "std / sha1 extension", "license": "Apache License 2.0", "web": "https://github.com/CORDEA/sha1ext" + }, + { + "name": "libsha", + "url": "https://github.com/forlan-ua/nim-libsha", + "method": "git", + "tags": [ + "sha1", + "sha224", + "sha256", + "sha384", + "sha512" + ], + "description": "Sha1 and Sha2 implementations", + "license": "MIT", + "web": "https://github.com/forlan-ua/nim-libsha" } ]