You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
JP Richardson 0c53b8339f lib: dropped sha512 dep in favor of latest crypto-browserify with sha512 support 10 years ago
lib lib: dropped sha512 dep in favor of latest crypto-browserify with sha512 support 10 years ago
test changed behavior of fromExtendedKey, now accepts base 58 string instead of Buffer bytes 11 years ago
.gitignore add .npmignore 11 years ago
.min-wd added make browser-test 11 years ago
.npmignore npmignore: added unnecessary files 11 years ago
.travis.yml add .travis.yml support, add coveralls support 11 years ago
CHANGELOG.md lib: dropped sha512 dep in favor of latest crypto-browserify with sha512 support 10 years ago
Makefile added make browser-test 11 years ago
README.md readme.md: added references 11 years ago
package.json lib: dropped sha512 dep in favor of latest crypto-browserify with sha512 support 10 years ago

README.md

hdkey

build status Coverage Status

A JavaScript component for BIP32(hierarchical deterministic keys).

Thanks to the active BitcoinJS team and their hard work - some code borrowed from it.

References