1
0
mirror of https://github.com/bitcoin/bips.git synced 2024-11-19 01:40:05 +01:00

Link to PHP implementation of BIP32- Passes test vectors.

This commit is contained in:
afk11 2014-03-17 01:25:37 +00:00
parent 6145e1ee1c
commit 0b83886040

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.