Commit Graph

3 Commits

Author SHA1 Message Date
Ryan X. Charles
b7550fc862 add convenience constructor for making new bip32s
Added the ability to create a new master bip32 with new private key and chain code. The way this works is like this:

var bip32 = new BIP32('mainnet');

or:

var bip32 = new BIP32('testnet');
2014-03-22 16:16:58 -07:00
Ryan X. Charles
47fe12ea19 all vector 2 tests work 2014-03-22 16:16:58 -07:00
Ryan X. Charles
22b57feb7b Get test vector 1 working in node 2014-03-22 16:16:22 -07:00