From 52d14d7b28651f333fa24dfc56b6b2caf72d1ba3 Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Fri, 23 Mar 2018 13:49:37 +0200 Subject: [PATCH] Add Nimcrypto --- packages.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/packages.json b/packages.json index 8c4592c..8e22bf5 100644 --- a/packages.json +++ b/packages.json @@ -4319,6 +4319,27 @@ "license": "MIT", "web": "https://github.com/cheatfate/asynctools" }, + { + "name": "nimcrypto", + "url": "https://github.com/cheatfate/nimcrypto", + "method": "git", + "tags": [ + "crypto", + "hashes", + "ciphers", + "keccak", + "sha3", + "blowfish", + "twofish", + "rijndael", + "csprng", + "hmac", + "ripemd" + ], + "description": "Nim cryptographic library", + "license": "MIT", + "web": "https://github.com/cheatfate/nimcrypto" + }, { "name": "collections", "url": "https://github.com/zielmicha/collections.nim",