mirror of
https://github.com/bitcoin/bips.git
synced 2025-05-19 12:08:05 +00:00
Updated C++ library link and added acknowledgement.
This commit is contained in:
parent
2eadab36c6
commit
38ea34dee5
@ -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 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
|
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.
|
* 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.
|
* 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.
|
* Mike Caldwell for the version bytes to obtain human-recognizable Base58 strings.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user