Merge pull request #35 from afk11/patch-1

Link to PHP implementation of BIP32- Passes test vectors.
This commit is contained in:
Wladimir J. van der Laan 2014-03-17 09:39:23 +01:00
commit 0505c84b48

View File

@ -269,6 +269,8 @@ A Go implementation is available at https://github.com/WeMeetAgain/go-hdwallet
A JavaScript implementation is available at https://github.com/sarchar/brainwallet.github.com/tree/bip32
A PHP implemetation is available at https://github.com/Bit-Wasp/bitcoin-lib-php
==Acknowledgements==
* Gregory Maxwell for the original idea of type-2 deterministic wallets, and many discussions about it.