blake2s-js
Version:
Pure JavaScript implementation of BLAKE2s cryptographic hash function.
32 lines (31 loc) • 582 B
JSON
{
"name": "blake2s-js",
"version": "1.2.2",
"homepage": "https://github.com/dchest/blake2s-js",
"authors": [
"Dmitry Chestnykh <dmitry@codingrobots.com>"
],
"description": "Pure JavaScript implementation of BLAKE2s cryptographic hash function",
"main": "blake2s.js",
"moduleType": [
"globals",
"node"
],
"keywords": [
"blake2",
"blake2s",
"blake",
"hash",
"crypto",
"cryptographic"
],
"license": "Unlicense",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"demo"
]
}