aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pechkin <mike.pechkin@gmail.com>2017-07-03 11:44:30 +0300
committerMike Pechkin <mike.pechkin@gmail.com>2017-07-03 11:44:30 +0300
commitf2dc8c49dba17366a403c12b6cd98d82e59b7a82 (patch)
tree5e94dceb0a50d2078607452546cd260d37f23aaa
parentef4ec2795277e0065f9613129eeb9fa1ec4da3d2 (diff)
downloadpackages-f2dc8c49dba17366a403c12b6cd98d82e59b7a82.tar.gz
packages-f2dc8c49dba17366a403c12b6cd98d82e59b7a82.zip
add blake2 library
-rw-r--r--packages.json14
1 files changed, 14 insertions, 0 deletions
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/"
+ }
]