diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-05-28 13:15:59 +0100 |
|---|---|---|
| committer | Dominik Picheta <dominikpicheta@googlemail.com> | 2015-05-28 13:15:59 +0100 |
| commit | 03939199a9a35ea005995e8069f106995b08601c (patch) | |
| tree | e2ddd767f5d3c50f8f83bd6af5635d0a2d260363 | |
| parent | 9dced778989a2320afcae370bac812109e452fea (diff) | |
| parent | ac7849cbf529feab4de147a069ad815c6862096c (diff) | |
| download | packages-03939199a9a35ea005995e8069f106995b08601c.tar.gz packages-03939199a9a35ea005995e8069f106995b08601c.zip | |
Merge pull request #179 from rgv151/patch-2
add base32 package
| -rw-r--r-- | packages.json | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/packages.json b/packages.json index 1842032..adc9767 100644 --- a/packages.json +++ b/packages.json @@ -1574,7 +1574,7 @@ "url": "https://github.com/rgv151/hmac.nim", "method": "git", "tags": ["hmac", "authentication", "hash", "sha1", "md5"], - "description": "HMAC-SHA1 and HMAC-MD5 hashing in Nim ", + "description": "HMAC-SHA1 and HMAC-MD5 hashing in Nim", "license": "MIT", "web": "https://github.com/rgv151/hmac.nim" }, @@ -1596,5 +1596,14 @@ "description": "Hashing/Digest collection in pure Nim", "license": "MIT", "web": "https://github.com/apense/shimsham" + }, + { + "name": "base32", + "url": "https://github.com/rgv151/base32.nim", + "method": "git", + "tags": ["base32", "encode", "decode"], + "description": "Base32 library for Nim", + "license": "MIT", + "web": "https://github.com/rgv151/base32.nim" } ] |
