97 Commits (4bb95824c747754ef053fcaf60e15ac93a51287d)
 

Author SHA1 Message Date
Matthew Stevens 4bb95824c7 fix: derive will error when a path does not start with master extended key (#20) 7 years ago
Ryan Zimmerman 548a71ee17 Add basic API docs (#15) 7 years ago
JP Richardson a072ea076b 0.8.0 7 years ago
Daniel Cousens c076d89dfc
Merge pull request #12 from cryptocoinjs/hdkeysign 7 years ago
Daniel Cousens 0c4c976e4f Merge pull request #11 from cryptocoinjs/safebuf 7 years ago
Daniel Cousens 805144492f tests: add type throwing tests 7 years ago
Daniel Cousens 6b9a597b03 tests: add deterministic signing and verify test 7 years ago
Daniel Cousens 61c511b1cc add HDKey.sign/HDKey.verify methods 7 years ago
Daniel Cousens b9b1df2a3e use safe-buffer 7 years ago
Kirill Fomichev 96f485b4d0 Merge pull request #10 from jcalfee/patch-1 8 years ago
James Calfee 8c94ee048f Variable name fix in README 8 years ago
JP Richardson 23713fe23b Merge pull request #9 from braydonf/leading-zeros 8 years ago
Braydon Fuller 5b788e9508 test: include derivation test when private key has leading zeros 8 years ago
JP Richardson b25cd0b416 0.7.1 9 years ago
JP Richardson 2b6f9ac826 (Closes #7) fix when privateKeyExtended when privateKey is null 9 years ago
JP Richardson 81b3e6246a changelog: use issue-links 9 years ago
JP Richardson 2bfa1755c3 test: support trinity 9 years ago
JP Richardson dc53f7cf26 package: upgrade standard 9 years ago
JP Richardson f8f0233fad 0.7.0 9 years ago
JP Richardson 095994121f travis: update 9 years ago
JP Richardson bdd432388a standard tidy 9 years ago
JP Richardson 040cd094ae readme: remove deprecation notice, add badges 9 years ago
JP Richardson dc298b806e package: update standard 9 years ago
JP Richardson a6f72ddcaf travis: update 9 years ago
JP Richardson fe244f9e55 Merge branch 'master' of github.com:cryptocoinjs/hdkey 9 years ago
JP Richardson 8f1139706b Merge pull request #5 from axic/feature/secp256k1 9 years ago
Alex Beregszaszi ae475680a4 package: move bigi/ecurve to dev dependencies (used for tests) 9 years ago
Alex Beregszaszi a63bb73084 hdkey: use the secp256k1 package for crypto 9 years ago
JP Richardson 78693aab72 readme: add notice of intent to deprecate 9 years ago
JP Richardson c89be22215 package: added license 9 years ago
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