summaryrefslogtreecommitdiff
path: root/bip-0032.mediawiki
diff options
context:
space:
mode:
Diffstat (limited to 'bip-0032.mediawiki')
-rw-r--r--bip-0032.mediawiki4
1 files changed, 2 insertions, 2 deletions
diff --git a/bip-0032.mediawiki b/bip-0032.mediawiki
index 05d48c0..b851e8f 100644
--- a/bip-0032.mediawiki
+++ b/bip-0032.mediawiki
@@ -2,7 +2,7 @@ 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 I<sub>L</sub> to addition of I<sub>L</sub> (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.
+* (15 Jan 2014) Rename keys with index ≥ 0x80000000 to hardened keys, and add explicit conversion functions.
<pre>
BIP: 32
@@ -263,7 +263,7 @@ A C++ implementation is available at https://github.com/CodeShark/CoinClasses/tr
An Objective-C implementation is available at https://github.com/oleganza/CoreBitcoin/blob/master/CoreBitcoin/BTCKeychain.h
-A Ruby implementation is available at https://github.com/wink/money-tree
+A Ruby implementation is available at https://github.com/GemHQ/money-tree
Two Go implementations exist: