Add hmac package

This commit is contained in:
Huy ☭ 2015-05-27 03:21:43 +07:00
parent c7d8af59e1
commit 6fe480f0a2

View File

@ -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"
}
]