summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-07-23 06:54:02 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2014-07-23 06:54:02 +0200
commitd26d5085416801f51926716868942e4e03e83c56 (patch)
tree3918fb9e93c505c343cee86391e405e34032b1d4
parenta7ba9f2ef0202da42673a5815fcfdbdc5dcd6118 (diff)
parent25a55ed60f8fefca48b23840d372fa9253b4f02c (diff)
downloadbips-d26d5085416801f51926716868942e4e03e83c56.tar.xz
Merge pull request #91 from davecgh/bip0032_conformal_implementation
Add BIP0032 Go implementation.
-rw-r--r--bip-0032.mediawiki4
1 files changed, 3 insertions, 1 deletions
diff --git a/bip-0032.mediawiki b/bip-0032.mediawiki
index e5fa791..3ef2d9e 100644
--- a/bip-0032.mediawiki
+++ b/bip-0032.mediawiki
@@ -265,7 +265,9 @@ An Objective-C implementation is available at https://github.com/oleganza/CoreBi
A Ruby implementation is available at https://github.com/wink/money-tree
-A Go implementation is available at https://github.com/WeMeetAgain/go-hdwallet
+Two Go implementations exist:
+
+hdkeychain (https://github.com/conformal/btcutil/tree/master/hdkeychain) provides an API for bitcoin hierarchical deterministic extended keys (BIP0032). Go HD Wallet (https://github.com/WeMeetAgain/go-hdwallet).
A JavaScript implementation is available at https://github.com/sarchar/brainwallet.github.com/tree/bip32