From cefa4e80f5f833e0197eaa01da8dac4dd7a5c285 Mon Sep 17 00:00:00 2001 From: D-Nice Date: Fri, 21 Feb 2020 01:02:52 -0500 Subject: [PATCH] Add package argon2_bind (#1367) --- packages.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/packages.json b/packages.json index 5300a02..1c447ae 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,23 @@ [ + { + "name": "argon2_bind", + "url": "https://github.com/D-Nice/argon2_bind", + "method": "git", + "tags": [ + "argon2", + "kdf", + "hash", + "crypto", + "phc", + "c", + "ffi", + "cryptography" + ], + "description": "Bindings to the high-level Argon2 C API", + "license": "Apache-2.0", + "web": "https://github.com/D-Nice/argon2_bind", + "doc": "https://d-nice.github.io/argon2_bind/" + }, { "name": "nbaser", "url": "https://github.com/D-Nice/nbaser",