1
0
mirror of https://github.com/bitcoin/bips.git synced 2024-11-19 18:00:08 +01:00
Commit Graph

33 Commits

Author SHA1 Message Date
Zach Dexter
31a5fdfb85 Fix ambiguous reference to seed value in BIP32 test vectors 2015-10-09 15:35:04 -04:00
Wladimir J. van der Laan
2ea19daaa0 Merge pull request #131 from drupalnomad/patch-1
Mention that "Unsecure money receiver" use-case prevents theft
2015-03-11 14:30:39 +00:00
Manuel Aráoz
2a7e5a00a7 Update BIP32 to add bitcore as implementation 2015-03-05 16:17:42 -03:00
Nicolas Pouillard
987323e36b Add a link to my CLI interface in Haskell 2015-01-15 01:17:06 +01:00
Jonathan Brown
d201d139cd Mention that "Unsecure money receiver" use-case prevents theft 2014-12-30 14:22:50 +07:00
Jonas Schnelli
f44f68b939 Bip32, fix missing parenthesis
reported by fenn on #bitcoin-dev [02:59:57]
2014-12-18 08:45:16 +01:00
Wladimir J. van der Laan
86edfd57dd Merge pull request #122 from jonasschnelli/bip32_secg_link
fix secg.org secp256k1 docs link
2014-12-09 08:22:23 +00:00
Wladimir J. van der Laan
2c680ff020 Merge pull request #123 from wink/patch-2
Update bip32 wiki, repo moved
2014-12-09 08:20:12 +00:00
Micah Winkelspecht
4a44d1c748 Short one digit in BIP32 doc notes. 2014-11-20 17:44:49 -08:00
Micah Winkelspecht
b369978bab Update bip32 wiki, repo moved 2014-11-20 17:34:53 -08:00
Jonas Schnelli
852bf26494 fix secg.org secp256k1 docs link 2014-11-17 12:52:42 +01:00
Wladimir J. van der Laan
fcd5045445 Merge pull request #99 from apoelstra/patch-1
Clarify identifier serialization
2014-10-15 11:11:38 +02:00
Wladimir J. van der Laan
1ce8320495 Merge pull request #64 from harding/bip32-ancestor-risk
BIP32: Disambiguate Which Key Is Compromised When Ext. PubKey + PrivKey Are Leaked
2014-10-15 10:58:22 +02:00
Andrew Poelstra
a2029e165b Clarify identifier serialization
I had a tough time interpreting "serialization of the public key", which is hashed to get the extended key identifier. Since the very next section is "Serialization format [for extended keys]" I thought that I was supposed to use the serialization of the /extended/ public key. Then I noticed "ignoring the chain code", so I tried skipping that part of the extended key serialization. Then I realized that what was meant was "the `K` half of `(K, c)`".
2014-08-26 19:56:17 -07:00
jurov
3000cd5738 Added Haskell implemetation.
Tested it and confirm it's functional.
2014-08-21 21:58:06 +02:00
Dave Collins
25a55ed60f Add BIP0032 Go implementation. 2014-07-22 17:35:46 -05:00
Timothy Hobbs
224faeaa2a Spelling bip 32 2014-07-09 14:20:55 +00:00
David A. Harding
5be4021fa1
Disambiguate Which Key Is Compromised When Ext. PubKey + PrivKey Are Leaked
I mistakenly inferred from the following clause that a parent extended
public key plus a child private key would be equivalent to knowing the
extended *child* private key---meaning that the *parent* private key was
still secure:

> knowledge of the extended public key + any non-hardened private key
> descending from it is equivalent to knowing the extended private key

This patch's addition of the word "parent" (twice) removes the ambiguity
and may help other readers draw the correct inference that the parent
private key is no longer secure in this case.

I also changed "+" to "plus" to avoid confusion with the actual
mathematical operations used in this BIP.
2014-05-20 11:34:21 -04:00
Nicolas Dorier
fe4685a73c C# implementation
Github link to a C# implementation
2014-04-29 15:44:02 +02:00
Olivier Lalonde
be336d352d Update bip-0032.mediawiki 2014-04-07 00:15:29 +08:00
Wladimir J. van der Laan
1647c7e6d3 Change date format to ISO 8601
This came up on the mailing list.

yyyy-mm-dd (ISO 8601) is the internationally accepted format for numeric
dates. This commit changes all BIPs to use that instead of dd-mm-yyyy.
It also updates BIP 0001 to prescribe the new format.
2014-04-05 13:46:56 +02:00
afk11
0b83886040 Link to PHP implementation of BIP32- Passes test vectors. 2014-03-17 01:25:37 +00:00
Pieter Wuille
6145e1ee1c Merge pull request #12 from sipa/bip32update
Update BIP32: 'hardened' terminology + explicit conversions
2014-03-13 16:27:30 +01:00
Wladimir J. van der Laan
780b9b8bd6 Merge pull request #16 from jmcorgan/add-bip32utils-ref
Added bip32utils Python implementation reference
2014-02-10 16:01:38 +01:00
Johnathan Corgan
de71fc1d15 Added bip32utils Python implementation reference 2014-02-10 06:11:02 -08:00
Oleg Andreev
868bd622ed added link to Objective-C implementation of BIP32 2014-02-04 23:40:15 +01:00
Pieter Wuille
6a418689f3 Update BIP32: 'hardened' terminology + explicit conversions 2014-01-27 15:05:20 +01:00
Chuck
9ffdda8070 Link to Sarchar's JavaScript BIP32 implementation. 2014-01-14 15:01:17 +07:00
Cayman
2ca1e6229c Adding link to Go implementation 2014-01-12 14:05:45 -08:00
Micah Winkelspecht
152cc283a2 Adding link to Ruby implementation
I had added this link on the wiki, but when the page got moved over to GitHub, the link disappeared.
2013-12-12 23:38:54 -08:00
Peter Todd
d9e890a8f2
Fix formatting 2013-10-21 02:18:47 -04:00
Peter Todd
d0ae273977
Archive Revision as of 16:12, 18 October 2013
https://en.bitcoin.it/w/index.php?title=BIP_0032&oldid=41827
2013-10-21 00:52:38 -04:00
Peter Todd
1f64d2b06d
Rename to mediawiki extension 2013-10-21 00:32:10 -04:00