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