node-stratum-pool/node_modules/quark-hash/package.json
Matthew Little ae475f2b76 updated
2014-01-08 15:25:38 -05:00

39 lines
1.4 KiB
JSON

{
"name": "quark-hash",
"version": "0.0.3",
"main": "scrypthash",
"author": {
"name": "Matthew Little",
"email": "zone117x@gmail.com"
},
"repository": {
"type": "git",
"url": "http://github.com/zone117x/node-quark-hash.git"
},
"dependencies": {
"bindings": "*"
},
"keywords": [
"quark",
"quarkcoin",
"qrk",
"hash",
"256",
"crypto",
"cryptocurrency"
],
"scripts": {
"install": "node-gyp rebuild"
},
"gypfile": true,
"readme": "node-quark-hash\n===============\n\nQuark hashing function for node.js. Useful for various cryptocurrencies.\n\nUsage\n-----\n\nInstall\n\n npm install quark-hash\n\n\nHash your data\n\n var quark = require('quark-hash');\n\n var data = new Buffer(\"hash me good bro\");\n var hashed = quark.digest(data); //returns a 32 byte buffer\n\n console.log(hashed);\n //<SlowBuffer 0b de 16 ef 2d 92 e4 35 65 c6 6c d8 92 d9 66 b4 3d 65 ..... >\n\nCredits\n-------\n\n* Uses scrypt.c written by Colin Percival\n* [Neisklar](https://github.com/Neisklar/quarkcoin-hash-python) for the python module this is based off of",
"readmeFilename": "README.md",
"description": "node-quark-hash ===============",
"bugs": {
"url": "https://github.com/zone117x/node-quark-hash/issues"
},
"homepage": "https://github.com/zone117x/node-quark-hash",
"_id": "quark-hash@0.0.3",
"_from": "quark-hash@"
}