summaryrefslogtreecommitdiff
path: root/bip-0032.mediawiki
diff options
context:
space:
mode:
authorLuke-Jr <luke_github1@dashjr.org>2016-01-18 18:29:15 +0000
committerLuke-Jr <luke_github1@dashjr.org>2016-01-18 18:29:15 +0000
commit01c5e719d37db378ed25fc2e6b46cd437c230004 (patch)
tree8c42055aa18538dd7da6a324fe221ad52df952e8 /bip-0032.mediawiki
parentd23e14625b87ce9a061d9fa74cdef7060944e7c7 (diff)
parent38ea34dee5a1f029d3346176f1eed6a2b1adff16 (diff)
downloadbips-01c5e719d37db378ed25fc2e6b46cd437c230004.tar.xz
Merge pull request #218 from CodeShark/link_and_ack
Updated C++ library link and added acknowledgement.
Diffstat (limited to 'bip-0032.mediawiki')
-rw-r--r--bip-0032.mediawiki3
1 files changed, 2 insertions, 1 deletions
diff --git a/bip-0032.mediawiki b/bip-0032.mediawiki
index 28541f5..ac0ed99 100644
--- a/bip-0032.mediawiki
+++ b/bip-0032.mediawiki
@@ -259,7 +259,7 @@ PyCoin (https://github.com/richardkiss/pycoin) is a suite of utilities for deali
A Java implementation is available at https://github.com/bitsofproof/supernode/blob/1.1/api/src/main/java/com/bitsofproof/supernode/api/ExtendedKey.java
-A C++ implementation is available at https://github.com/CodeShark/CoinClasses/tree/master/tests/hdwallets
+A C++ implementation is available at https://github.com/ciphrex/mSIGNA/blob/master/deps/CoinCore/src/hdkeys.h
An Objective-C implementation is available at https://github.com/oleganza/CoreBitcoin/blob/master/CoreBitcoin/BTCKeychain.h
@@ -281,4 +281,5 @@ A Haskell implementation is available at https://github.com/haskoin/haskoin toge
* Gregory Maxwell for the original idea of type-2 deterministic wallets, and many discussions about it.
* Alan Reiner for the implementation of this scheme in Armory, and the suggestions that followed from that.
+* Eric Lombrozo for reviewing and revising this BIP.
* Mike Caldwell for the version bytes to obtain human-recognizable Base58 strings.