11 changed files with 21 additions and 0 deletions
@ -0,0 +1 @@ |
|||
# Block |
@ -0,0 +1 @@ |
|||
# Blockheader |
@ -0,0 +1 @@ |
|||
# Crypto |
@ -0,0 +1,12 @@ |
|||
# 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. |
@ -0,0 +1 @@ |
|||
# Input |
@ -0,0 +1 @@ |
|||
# Networks |
@ -0,0 +1 @@ |
|||
# Opcode |
@ -0,0 +1 @@ |
|||
# Output |
@ -0,0 +1 @@ |
|||
# Script |
@ -0,0 +1 @@ |
|||
# Signature |
Loading…
Reference in new issue