Fix Formula For Normal HD Key Derivation; Mention Ancestor Key Risk

_includes/guide_wallets.md:

* Fix formula given for normal child key derivation to state that public
  keys must also be provided to the HMAC hash function. This required
  updating both text and images.

* Add one-paragraph warning about ancestor key compromise when the
  ancestor extended public key is compromised along with a descended
  private key.  Update img/dev/en-hd-private-parent-to-private-child.*
  to help illustrate this warning.

en/developer-reference.md:

* Remove %include% of previously-removed file which caused new versions
  of Jekyll to die.
This commit is contained in:
David A. Harding 2014-05-17 14:29:03 -04:00
parent 1a123bbb4a
commit e21d527523
No known key found for this signature in database
GPG key ID: 4B29C30FF29EC4B7
11 changed files with 322 additions and 182 deletions

View file

@ -22,7 +22,6 @@ title: "Developer Reference - Bitcoin"
{% include ref_block_chain.md %}
{% include ref_transactions.md %}
{% include ref_wallets.md %}
{% include ref_payment_processing.md %}
## Bitcoin Core APIs