{ "name": "scrypt256-hash", "version": "0.0.3", "main": "scrypthash", "author": { "name": "Matthew Little", "email": "zone117x@gmail.com" }, "repository": { "type": "git", "url": "http://github.com/zone117x/node-scrypt256-hash.git" }, "dependencies": { "bindings": "*" }, "keywords": [ "scrypt", "hash", "256", "litecoin", "crypto", "cryptocurrency" ], "scripts": { "install": "node-gyp rebuild" }, "gypfile": true, "readme": "node-scrypt256-hash\n===============\n\nScrypt hashing function for node.js. Useful for various cryptocurrencies.\n\nUsage\n-----\n\nInstall\n\n npm install scrypt256-hash\n\n\nHash your data\n\n var scrypt = require('scrypt256-hash');\n\n var data = new Buffer(\"hash me good bro\");\n var hashed = scrypt.digest(data); //returns a 32 byte buffer\n\n console.log(hashed);\n //\n\nCredits\n-------\nUses scrypt.c written by Colin Percival", "readmeFilename": "README.md", "description": "node-scrypt256-hash ===============", "bugs": { "url": "https://github.com/zone117x/node-scrypt256-hash/issues" }, "homepage": "https://github.com/zone117x/node-scrypt256-hash", "_id": "scrypt256-hash@0.0.3", "_from": "scrypt256-hash@" }