aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZahary Karadjov <zahary@gmail.com>2018-03-23 13:49:37 +0200
committerZahary Karadjov <zahary@gmail.com>2018-03-23 13:49:37 +0200
commit52d14d7b28651f333fa24dfc56b6b2caf72d1ba3 (patch)
tree979fff627a8ebed22d994ed942fc5491b5cbebf3
parent9c6cce9823858b2aa54acfffc9cb87d63e95771d (diff)
downloadpackages-52d14d7b28651f333fa24dfc56b6b2caf72d1ba3.tar.gz
packages-52d14d7b28651f333fa24dfc56b6b2caf72d1ba3.zip
Add Nimcrypto
-rw-r--r--packages.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 8c4592c..8e22bf5 100644
--- a/packages.json
+++ b/packages.json
@@ -4320,6 +4320,27 @@
"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",
"method": "git",