From 6fe480f0a2f78aa3d9d13e497047f9e9667501ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Huy=20=E2=98=AD?= Date: Wed, 27 May 2015 03:21:43 +0700 Subject: [PATCH] Add hmac package --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) 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" } ]