Add Nimcrypto

This commit is contained in:
Zahary Karadjov 2018-03-23 13:49:37 +02:00
parent 9c6cce9823
commit 52d14d7b28

View File

@ -4319,6 +4319,27 @@
"license": "MIT", "license": "MIT",
"web": "https://github.com/cheatfate/asynctools" "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", "name": "collections",
"url": "https://github.com/zielmicha/collections.nim", "url": "https://github.com/zielmicha/collections.nim",