UNPKG

hd-key-ed25519

Version:

BIP-0032 like derivation for ed25519 curve

47 lines (46 loc) 1.05 kB
{ "name": "hd-key-ed25519", "version": "2.1.1", "description": "BIP-0032 like derivation for ed25519 curve", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/" ], "repository": { "type": "git", "url": "git://github.com/christsim/ed25519-hd-key" }, "bugs": { "url": "https://github.com/christsim/ed25519-hd-key/issues" }, "homepage": "https://github.com/christsim/ed25519-hd-key", "scripts": { "prepublish": "npm run build", "build": "tsc -p ./", "test": "npm run build && mocha --require tsx/cjs tests/*.test.ts" }, "keywords": [ "ed25519", "bip32", "slip-0010", "crypto", "trezor" ], "license": "MIT", "dependencies": { "bs58check": "^2.1.2", "create-hmac": "^1.1.7", "tweetnacl": "^1.0.3" }, "devDependencies": { "@types/chai": "5.2.2", "@types/mocha": "10.0.10", "@types/node": "^16.11.6", "chai": "5.2.0", "mocha": "^11.3.0", "sinon": "^21.0.1", "tsx": "4.19.4", "typescript": "^4.4.4" } }