Blake2b (64-bit version) in pure Javascript with WASM upgrade
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

30 lines
769 B

{
"name": "blake2b",
"version": "2.1.3",
"description": "Blake2b (64-bit version) in pure Javascript",
"main": "index.js",
"dependencies": {
"blake2b-wasm": "https://git.hush.is/fekt/blake2b-wasm",
"nanoassert": "^1.0.0"
},
"devDependencies": {
"browserify": "^14.4.0",
"coverify": "^1.4.1",
"tape": "^4.6.3"
},
"scripts": {
"test": "tape test.js",
"cov": "browserify -t coverify test.js | node | coverify"
},
"repository": {
"type": "git",
"url": "git+https://git.hush.is/fekt/blake2b.git"
},
"keywords": [],
"author": "Emil Bay <github@tixz.dk>",
"license": "ISC",
"bugs": {
"url": "https://github.com/emilbayes/blake2b/issues"
},
"homepage": "https://github.com/emilbayes/blake2b#readme"
}