aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHuy ☭ <rgv151@users.noreply.github.com>2015-05-27 03:21:43 +0700
committerHuy ☭ <rgv151@users.noreply.github.com>2015-05-27 03:21:43 +0700
commit6fe480f0a2f78aa3d9d13e497047f9e9667501ff (patch)
treeff00bd47b2b0fbba1f46d31aad41492f3a8337e0
parentc7d8af59e14d965c9f38169496b158dae4f3ae33 (diff)
downloadpackages-6fe480f0a2f78aa3d9d13e497047f9e9667501ff.tar.gz
packages-6fe480f0a2f78aa3d9d13e497047f9e9667501ff.zip
Add hmac package
-rw-r--r--packages.json9
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"
}
]