diff options
| author | Zahary Karadjov <zahary@gmail.com> | 2018-03-23 13:49:37 +0200 |
|---|---|---|
| committer | Zahary Karadjov <zahary@gmail.com> | 2018-03-23 13:49:37 +0200 |
| commit | 52d14d7b28651f333fa24dfc56b6b2caf72d1ba3 (patch) | |
| tree | 979fff627a8ebed22d994ed942fc5491b5cbebf3 | |
| parent | 9c6cce9823858b2aa54acfffc9cb87d63e95771d (diff) | |
| download | packages-52d14d7b28651f333fa24dfc56b6b2caf72d1ba3.tar.gz packages-52d14d7b28651f333fa24dfc56b6b2caf72d1ba3.zip | |
Add Nimcrypto
| -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", |
