Difference between revisions of "BIP 0032"

From Bitcoin Wiki
Jump to: navigation, search
(Move to github)
Line 6: Line 6:
 
* [30 Apr 2013] Switched from multiplication by <tt>I<sub>L</sub></tt> to addition of <tt>I<sub>L</sub></tt> (faster, easier implementation)
 
* [30 Apr 2013] Switched from multiplication by <tt>I<sub>L</sub></tt> to addition of <tt>I<sub>L</sub></tt> (faster, easier implementation)
 
* [25 May 2013] Added test vectors
 
* [25 May 2013] Added test vectors
 +
* [15 Jan 2014] Rename keys with index ≥ 0x8000000 to hardened keys, and add explicit conversion functions.
  
 
<pre>
 
<pre>

Revision as of 23:13, 3 September 2014

This page describes a BIP (Bitcoin Improvement Proposal).
Please see BIP 2 for more information about BIPs and creating them. Please do not just create a wiki page.


RECENT CHANGES:

  • [16 Apr 2013] Added private derivation for i >= 0x80000000 (less risk of parent private key leakage)
  • [30 Apr 2013] Switched from multiplication by IL to addition of IL (faster, easier implementation)
  • [25 May 2013] Added test vectors
  • [15 Jan 2014] Rename keys with index ≥ 0x8000000 to hardened keys, and add explicit conversion functions.
  BIP: 32
  Title: Hierarchical Deterministic Wallets
  Author: Pieter Wuille
  Status: Accepted
  Type: Informational
  Created: 11-02-2012

Please do not modify this page. This is a mirror of the BIP from the source Git repository here.