diff options
| -rw-r--r-- | packages.json | 21 |
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", |
