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",