Merge pull request #531 from tankfeeder/blake2

add blake2 library
This commit is contained in:
Dominik Picheta 2017-07-03 19:31:19 +01:00 committed by GitHub
commit 6fb3f708be

View File

@ -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/"
}
]