From f2dc8c49dba17366a403c12b6cd98d82e59b7a82 Mon Sep 17 00:00:00 2001 From: Mike Pechkin Date: Mon, 3 Jul 2017 11:44:30 +0300 Subject: [PATCH 1/2] add blake2 library --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 5f744c5..0698dc2 100644 --- a/packages.json +++ b/packages.json @@ -6626,4 +6626,18 @@ "license": "MIT", "web": "https://github.com/rgv151/scram" } + { + "name": "blake2", + "url": "https://bitbucket.org/mihailp/blake2/", + "method": "hg", + "tags": [ + "crypto", + "cryptography", + "hash", + "security" + ], + "description": "blake2 - cryptographic hash function", + "license": "CC0", + "web": "https://bitbucket.org/mihailp/blake2/" + } ] From 92eb2c8a7cdd4e5f4805d88ee152285c1706691a Mon Sep 17 00:00:00 2001 From: tankfeeder Date: Mon, 3 Jul 2017 11:59:03 +0300 Subject: [PATCH 2/2] add comma --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 0698dc2..821d344 100644 --- a/packages.json +++ b/packages.json @@ -6625,7 +6625,7 @@ "description": "Salted Challenge Response Authentication Mechanism (SCRAM) ", "license": "MIT", "web": "https://github.com/rgv151/scram" - } + }, { "name": "blake2", "url": "https://bitbucket.org/mihailp/blake2/",