From 657a15a2b94703cf1ae381a5d2500bfccc776087 Mon Sep 17 00:00:00 2001 From: Ian Date: Tue, 15 Mar 2022 03:08:06 -0400 Subject: [PATCH] add argon2_highlevel (#2174) --- packages.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/packages.json b/packages.json index a2d4637..01296d6 100644 --- a/packages.json +++ b/packages.json @@ -25486,5 +25486,23 @@ "description": "Nim wrapper for Sandia OpenSHMEM, a high performance computing (HPC), distributed shared symmetric memory library", "license": "boost", "web": "https://github.com/ct-clmsn/nim-sos/" + }, + { + "name": "argon2_highlevel", + "url": "https://github.com/termermc/argon2-highlevel", + "method": "git", + "tags": [ + "argon2", + "crypto", + "hash", + "library", + "password", + "wrapper", + "async", + "highlevel" + ], + "description": "A high-level Nim Argon2 password hashing library", + "license": "MIT", + "web": "https://github.com/termermc/argon2-highlevel" } ]