diff options
| author | Mike Pechkin <mike.pechkin@gmail.com> | 2017-07-03 11:44:30 +0300 |
|---|---|---|
| committer | Mike Pechkin <mike.pechkin@gmail.com> | 2017-07-03 11:44:30 +0300 |
| commit | f2dc8c49dba17366a403c12b6cd98d82e59b7a82 (patch) | |
| tree | 5e94dceb0a50d2078607452546cd260d37f23aaa | |
| parent | ef4ec2795277e0065f9613129eeb9fa1ec4da3d2 (diff) | |
| download | packages-f2dc8c49dba17366a403c12b6cd98d82e59b7a82.tar.gz packages-f2dc8c49dba17366a403c12b6cd98d82e59b7a82.zip | |
add blake2 library
| -rw-r--r-- | packages.json | 14 |
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/" + } ] |
