From 25a55ed60f8fefca48b23840d372fa9253b4f02c Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Tue, 22 Jul 2014 17:35:46 -0500 Subject: Add BIP0032 Go implementation. --- bip-0032.mediawiki | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bip-0032.mediawiki') 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 -- cgit v1.2.3