UNPKG

crypto-hashing

Version:

Hash functions for bitcoin and other cryptocurrencies

43 lines (42 loc) 890 B
{ "name": "crypto-hashing", "version": "1.0.0", "description": "Hash functions for bitcoin and other cryptocurrencies", "keywords": [ "hash160", "hash256", "ripemd160", "sha1", "sha256", "sha512", "bitcoin", "cryptocurrency", "hash" ], "homepage": "https://github.com/cryptocoinjs/crypto-hashing", "bugs": { "url": "https://github.com/cryptocoinjs/crypto-hashing/issues" }, "license": "MIT", "files": [ "index.js" ], "main": "./index.js", "repository": { "type": "git", "url": "https://github.com/cryptocoinjs/crypto-hashing" }, "scripts": { "lint": "standard", "test": "npm run lint && npm run unit", "unit": "tape test/*.js" }, "dependencies": { "create-hash": "^1.1.2" }, "devDependencies": { "hash-test-vectors": "^1.3.2", "standard": "^6.0.8", "tape": "^4.5.1" } }