Added BIP32 support
This commit is contained in:
parent
aa22b9d89e
commit
5e2a9f0c26
16 changed files with 546 additions and 313 deletions
src
|
@ -38,6 +38,7 @@ module.exports = {
|
|||
Wallet: require('./wallet'),
|
||||
|
||||
ecdsa: require('./ecdsa'),
|
||||
BIP32key: require('./bip32'),
|
||||
|
||||
// base58 encoding/decoding to bytes
|
||||
base58: require('./base58'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue