UNPKG

simple-js-ecdsa

Version:

easy and light weight ecdsa implementation

39 lines (38 loc) 851 B
{ "name": "simple-js-ecdsa", "version": "2.0.0", "description": "easy and light weight ecdsa implementation", "main": "./src/index.js", "scripts": { "test": "node ./test/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/Azero123/simple-js-ecdsa.git" }, "keywords": [ "bitcoin", "ecdsa", "elliptic", "cryptography", "signature", "ec", "segwit", "diffie", "hellman", "diffiehellman", "diffie-hellman" ], "author": "Azero123", "license": "MIT", "bugs": { "url": "https://github.com/Azero123/simple-js-ecdsa/issues" }, "homepage": "https://github.com/Azero123/simple-js-ecdsa#readme", "dependencies": { "bs58": "^4.0.1", "simple-js-ec-math": "^2.0.1", "simple-js-secp256k1": "^2.0.0", "simple-js-sha2-256": "^1.0.6" } }