From f2dc8c49dba17366a403c12b6cd98d82e59b7a82 Mon Sep 17 00:00:00 2001 From: Mike Pechkin Date: Mon, 3 Jul 2017 11:44:30 +0300 Subject: [PATCH] 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/" + } ]