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.
13 lines
472 B
13 lines
472 B
10 years ago
|
# Hierarichically Derived Keys
|
||
|
|
||
|
Bitcore provides full support for
|
||
|
[BIP32](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki),
|
||
|
allowing for many key management schemas that benefit from this property.
|
||
|
Please be sure to read and understand the basic concepts and the warnings on
|
||
|
that BIP before using these classes.
|
||
|
|
||
|
## HDPrivateKey
|
||
|
|
||
|
This class initially meant to share the interface of
|
||
|
[PrivateKey](http://missing-link) but add the ability to derive new keys.
|