diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-02-21 22:05:08 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-21 22:05:08 +0000 |
| commit | ac983974e1fbf4e026af9133e7b4f6ccc1b3aa9e (patch) | |
| tree | 8b2ecf607b5f9307df44322854f49c54ac27a654 | |
| parent | 113c8f6c42c8810c465d11c51e02efe5c26fd574 (diff) | |
| parent | 7aa0d5e8929e4984e8d27e14a6111dc5d28e6012 (diff) | |
| download | packages-ac983974e1fbf4e026af9133e7b4f6ccc1b3aa9e.tar.gz packages-ac983974e1fbf4e026af9133e7b4f6ccc1b3aa9e.zip | |
Merge pull request #659 from forlan-ua/add-libsha1736
Add package libsha
| -rw-r--r-- | packages.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 27531d8..c7fcabf 100644 --- a/packages.json +++ b/packages.json @@ -8227,5 +8227,20 @@ "description": "std / sha1 extension", "license": "Apache License 2.0", "web": "https://github.com/CORDEA/sha1ext" + }, + { + "name": "libsha", + "url": "https://github.com/forlan-ua/nim-libsha", + "method": "git", + "tags": [ + "sha1", + "sha224", + "sha256", + "sha384", + "sha512" + ], + "description": "Sha1 and Sha2 implementations", + "license": "MIT", + "web": "https://github.com/forlan-ua/nim-libsha" } ] |
