diff options
| author | Huy ☭ <rgv151@users.noreply.github.com> | 2015-05-27 03:21:43 +0700 |
|---|---|---|
| committer | Huy ☭ <rgv151@users.noreply.github.com> | 2015-05-27 03:21:43 +0700 |
| commit | 6fe480f0a2f78aa3d9d13e497047f9e9667501ff (patch) | |
| tree | ff00bd47b2b0fbba1f46d31aad41492f3a8337e0 | |
| parent | c7d8af59e14d965c9f38169496b158dae4f3ae33 (diff) | |
| download | packages-6fe480f0a2f78aa3d9d13e497047f9e9667501ff.tar.gz packages-6fe480f0a2f78aa3d9d13e497047f9e9667501ff.zip | |
Add hmac package
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json index b73354e..a4181b1 100644 --- a/packages.json +++ b/packages.json @@ -1568,5 +1568,14 @@ "description": "Nim module for better URI handling", "license": "MIT", "web": "https://github.com/achesak/nim-uri2" + }, + { + "name": "hmac", + "url": "https://github.com/rgv151/hmac.nim", + "method": "git", + "tags": ["hmac", "authentication", "hash", "sha1", "md5"], + "description": "HMAC-SHA1 and HMAC-MD5 hashing in Nim ", + "license": "MIT", + "web": "https://github.com/rgv151/hmac.nim" } ] |
