aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
}
]