summaryrefslogtreecommitdiff
path: root/bip-0032.mediawiki
diff options
context:
space:
mode:
authorRobert Jesionek <yesionuk@gmail.com>2016-03-17 18:12:15 +0100
committerRobert Jesionek <yesionuk@gmail.com>2016-03-17 18:12:15 +0100
commit9ce2c4d3516f9d9989e7536a0bfe2601d566e89e (patch)
tree3e18ed324834611192be2f26894353a627e8c3a2 /bip-0032.mediawiki
parent3979dbd6daf30d55d7bb115ebdc6228b8eec4b78 (diff)
downloadbips-9ce2c4d3516f9d9989e7536a0bfe2601d566e89e.tar.xz
Update bip-0032.mediawiki
Added a new Java implementation.
Diffstat (limited to 'bip-0032.mediawiki')
-rw-r--r--bip-0032.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-0032.mediawiki b/bip-0032.mediawiki
index 8692c6d..0c660ad 100644
--- a/bip-0032.mediawiki
+++ b/bip-0032.mediawiki
@@ -257,7 +257,7 @@ Two Python implementations exist:
PyCoin (https://github.com/richardkiss/pycoin) is a suite of utilities for dealing with Bitcoin that includes BIP0032 wallet features. BIP32Utils (https://github.com/jmcorgan/bip32utils) is a library and command line interface specifically focused on BIP0032 wallets and scripting.
-A Java implementation is available at https://github.com/bitsofproof/supernode/blob/1.1/api/src/main/java/com/bitsofproof/supernode/api/ExtendedKey.java
+2 Java implementations exist: https://github.com/bitsofproof/supernode/blob/1.1/api/src/main/java/com/bitsofproof/supernode/api/ExtendedKey.java and https://github.com/bushidowallet/bushido-java-core/tree/master/src/main/java/com/bushidowallet/core/bitcoin/bip32
A C++ implementation is available at https://github.com/ciphrex/mSIGNA/blob/master/deps/CoinCore/src/hdkeys.h