diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-07-03 19:31:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-03 19:31:19 +0100 |
| commit | 6fb3f708bec499bed293249ee0f973940a813125 (patch) | |
| tree | fff753c7279705740586ac5391f48588b9b528db | |
| parent | ef4ec2795277e0065f9613129eeb9fa1ec4da3d2 (diff) | |
| parent | 92eb2c8a7cdd4e5f4805d88ee152285c1706691a (diff) | |
| download | packages-6fb3f708bec499bed293249ee0f973940a813125.tar.gz packages-6fb3f708bec499bed293249ee0f973940a813125.zip | |
Merge pull request #531 from tankfeeder/blake2
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..821d344 100644 --- a/packages.json +++ b/packages.json @@ -6625,5 +6625,19 @@ "description": "Salted Challenge Response Authentication Mechanism (SCRAM) ", "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/" } ] |
