67 Commits (514054e02702bb5a2ac380fb61250aed5fca27f5)
 

Author SHA1 Message Date
JP Richardson 514054e027 0.6.0 10 years ago
JP Richardson 0a2cd67cea hdkey: export HARDENED_OFFSET 10 years ago
JP Richardson 8f84057021 hdkey: renamed `publicExtendedKey` and `privateExtendedKey` JSON properties to `xpriv` and `xpub`. 10 years ago
JP Richardson 56ff495f4f package: forgot to add standard to dev deps 10 years ago
JP Richardson 634f650e7c 0.5.0 10 years ago
JP Richardson 0088681bbf hdkey: added toJSON()/fromJSON() 10 years ago
JP Richardson a5ec59514d hdkey: clean up package, add iojs to travis 10 years ago
JP Richardson 8ca9fece57 lib/hdkey: fixes condition for BIP consistency. Closes #1 10 years ago
JP Richardson d21dcfac5f readme: updated 10 years ago
JP Richardson 69c9ef60a1 JavaScript Standard Style 10 years ago
JP Richardson 90335a5d73 0.4.0 10 years ago
JP Richardson 0c53b8339f lib: dropped sha512 dep in favor of latest crypto-browserify with sha512 support 10 years ago
JP Richardson 0f29cfc76a 0.3.1 11 years ago
JP Richardson 3ff4b9a068 hdkey: removed superfluous code with this._privateKeyBigInteger 11 years ago
JP Richardson da6a0211d3 npmignore: added unnecessary files 11 years ago
JP Richardson e3f572b04e Merge branch 'master' of github.com:cryptocoinjs/hdkey 11 years ago
JP Richardson 39e30d0e21 0.3.0 11 years ago
JP Richardson fa63146a48 changed behavior of fromExtendedKey, now accepts base 58 string instead of Buffer bytes 11 years ago
JP Richardson 7bda496700 changed privateExtendedKey() and publicExtendedKey() to return base 58 encoded string 11 years ago
JP Richardson 7af6fdcb98 bugfix: private key less than 32 bytes in derive(), pad out with zeros 11 years ago
Daniel Cousens 8dc674cc7e CHANGELOG: fix typo 11 years ago
JP Richardson 70ca2c457c 0.2.0 11 years ago
JP Richardson 53ae7e350f derive public to public child keys 11 years ago
JP Richardson a9404233b9 removed bs58 dev dep, added coinstring dev dep 11 years ago
JP Richardson f065319f65 upgraded ecurve from 0.8.0 to 1.0.0 11 years ago
JP Richardson c88868900a 0.1.0 11 years ago
JP Richardson f50f4351a7 readme.md: added references 11 years ago
JP Richardson fc0831a65b readme cleanup, add crypto-browserify to dev deps 11 years ago
JP Richardson 42f447d42f small cleanup 11 years ago
JP Richardson 5e592afeee implemented method fromExtendedKey() 11 years ago
JP Richardson e0846232c2 renamed private to privateExtendedKey, renamed public to publicExtendedKey 11 years ago
JP Richardson 262e8f8401 lib/hdkey: refactored derive() 11 years ago
JP Richardson 848e3fe9a4 lib/hdkey: replace an constant number with the constant var 11 years ago
JP Richardson 2cc0260c51 lib/hdkey: renamed VERSIONS to BITCOIN_VERSIONS 11 years ago
JP Richardson be23e91803 lib/hdkey: cleaned up serialize() 11 years ago
JP Richardson 65aaeb8b9d remove method getFingerprint(), add property fingerprint 11 years ago
JP Richardson 6e6264636f lib/hdkey: removed method getIdentifier() added property identifier 11 years ago
JP Richardson 75c271cde2 lib/hdkey: refactored code from public and private into serialize 11 years ago
JP Richardson ac3d63e213 added make browser-test 11 years ago
JP Richardson 6e17ac7c08 added make browser-test 11 years ago
JP Richardson 87c873491f added tests for privateKey/publicKey 11 years ago
JP Richardson 1058ea2e70 added method fromMasterSeed, changed constructor, added privateKey and publicKey 11 years ago
JP Richardson cd7cc50489 removed terst 11 years ago
JP Richardson a60b6ad6f3 renamed fixture 11 years ago
JP Richardson 604cae6aa5 removed eckey dep, added ecurve dep 11 years ago
JP Richardson 62196d9183 removed semicolons 11 years ago
JP Richardson f094b0e26d Remove duplicated fields 11 years ago
JP Richardson 2720987dd0 0.0.1 11 years ago
JP Richardson ea180cc030 add .travis.yml support, add coveralls support 11 years ago
JP Richardson 8032561764 add .npmignore 11 years ago