summaryrefslogtreecommitdiff
path: root/bip-0032.mediawiki
diff options
context:
space:
mode:
authorafk11 <bitwasp@bitwasp.tk>2014-03-17 01:25:37 +0000
committerafk11 <bitwasp@bitwasp.tk>2014-03-17 01:25:37 +0000
commit0b838860407f6c6d9aad6298b52b30b424587a0a (patch)
tree1416eb020f4ad548120388ddf26eb5966eb5bfa3 /bip-0032.mediawiki
parent6145e1ee1c5549f31efeafdcb97f532661ed5a6f (diff)
downloadbips-0b838860407f6c6d9aad6298b52b30b424587a0a.tar.xz
Link to PHP implementation of BIP32- Passes test vectors.
Diffstat (limited to 'bip-0032.mediawiki')
-rw-r--r--bip-0032.mediawiki2
1 files changed, 2 insertions, 0 deletions
diff --git a/bip-0032.mediawiki b/bip-0032.mediawiki
index 432f813..2f59711 100644
--- a/bip-0032.mediawiki
+++ b/bip-0032.mediawiki
@@ -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.