From 093a199aea6a533d9c6e9e074408539476389786 Mon Sep 17 00:00:00 2001 From: Ahrotahn <40727284+Ahrotahn@users.noreply.github.com> Date: Wed, 13 Nov 2019 13:25:16 -0600 Subject: [PATCH] Add argon2 package (#1249) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 51b6b5c..0012c36 100644 --- a/packages.json +++ b/packages.json @@ -15275,5 +15275,21 @@ "description": "A command to encode / decode text with your dictionary", "license": "MIT", "web": "https://github.com/jiro4989/edens" + }, + { + "name": "argon2", + "url": "https://github.com/Ahrotahn/argon2", + "method": "git", + "tags": [ + "argon2", + "crypto", + "hash", + "library", + "password", + "wrapper" + ], + "description": "A nim wrapper for the Argon2 hashing library", + "license": "MIT", + "web": "https://github.com/Ahrotahn/argon2" } ]