summaryrefslogtreecommitdiff
path: root/bip-0032.mediawiki
AgeCommit message (Collapse)Author
2024-04-24Merge pull request #984 from Enegnei/patch-1Jon Atack
BIP-32: Minor grammar fixes
2022-01-03Merge pull request #1245 from Mironenko/patch-1kallewoof
Fix typo in BIP-32
2021-12-07Fix typo in BIP-32Mironenko
2021-11-04Fix typo in BIP 32yanmaani
2021-08-25Merge branch 'master' into patch-4Ferdinando M. Ametrano
2021-06-22Remove typo: pluralTobin Harding
This sentence should use a singular 'key' instead of 'keys'. Change 'knowing an extended public keys allows' to be 'knowing an extended public key allows'
2020-11-17added invalid extended keys vectorsFerdinando M. Ametrano
The BIP32 specification lacks test vectors for invalid extended keys that should not be parsed as valid. Such test vectors are proposed here.
2020-11-04BIP32: Added new test vectors for hardened derivation with leading zerossilencer-Tsai
2020-08-30A few more minor grammar fixes / improvementsEnegnei
2020-08-30Minor grammar fixEnegnei
2020-08-04bip-0032: remove the 'Implementations' sectionAntoine Poinsot
Signed-off-by: Antoine Poinsot <darosior@protonmail.com>
2019-03-06Update the link to NBitcoin repoLucas Cullen
NBitcoin official repo has changed.
2018-10-25Update bip-0032.mediawikiMarcos Aguayo
2018-02-21Merge pull request #556 from rolandgnm/patch-1Luke Dashjr
Organizes Recent Changes chronologically .
2017-09-24typo 'ECSDA' changed to correct 'ECDSA'Logan Saether
Elliptic curve digital signature algorithm
2017-09-16Fixing spelling in multiple BIPsMeshCollider
2017-07-10Organizes Recent Changes chronologically .Roland Gabriel Molina
2017-02-25Mediawiki format used for external linksIan Coleman
2017-02-24BIP 32: Test vectors for leading zerosIan Coleman
These additional test vectors will ensure all future implementations are interoperable. See https://github.com/iancoleman/bip39/issues/58 and https://github.com/bitpay/bitcore-lib/issues/47
2017-01-19BIPs 30, 32, 62, 66, and 103: License under BSD-2-Clause termsLuke Dashjr
[Thursday, January 19, 2017] [7:46:36 PM UTC] <luke-jr> sipa: if you get a minute, can you give me at least a text-"verbal" ACK for some copyright license to put on BIPs 30, 32, 62, 66, and 103 please? is BSD-2-Clause okay? [Thursday, January 19, 2017] [7:47:01 PM UTC] <sipa> luke-jr: ACK on 2-clause BSD for 30,32,62,66,103 [Thursday, January 19, 2017] [7:47:13 PM UTC] <sipa> (and for any other BIPs I contributed to)
2016-11-30Promote BIP 2 Draft->Active, and implement itLuke Dashjr
- Update all Accepted status to Proposed (renamed status) - The BIP Comments preamble headers added to every BIP - The License preamble headers have been added to all BIPs with a Copyright section
2016-11-30Promote BIP 123 Draft->Active, and implement itLuke Dashjr
2016-03-17Update bip-0032.mediawikiRobert Jesionek
Added a new Java implementation.
2016-02-12Merge branch '20160201_status_updates_a2f'Luke Dashjr
2016-02-03Lots of formatting fixesLuke Dashjr
2016-02-01Promote Accepted->Final BIPs 11, 14, 21, 22, 23, 31, 32, 34, 35, 37, 65Luke Dashjr
2016-01-18Merge pull request #218 from CodeShark/link_and_ackLuke-Jr
Updated C++ library link and added acknowledgement.
2015-10-09Updated C++ library link and added acknowledgement.Eric Lombrozo
2015-10-09Fix ambiguous reference to seed value in BIP32 test vectorsZach Dexter
2015-03-11Merge pull request #131 from drupalnomad/patch-1Wladimir J. van der Laan
Mention that "Unsecure money receiver" use-case prevents theft
2015-03-05Update BIP32 to add bitcore as implementationManuel Aráoz
2015-01-15Add a link to my CLI interface in HaskellNicolas Pouillard
2014-12-30Mention that "Unsecure money receiver" use-case prevents theftJonathan Brown
2014-12-18Bip32, fix missing parenthesisJonas Schnelli
reported by fenn on #bitcoin-dev [02:59:57]
2014-12-09Merge pull request #122 from jonasschnelli/bip32_secg_linkWladimir J. van der Laan
fix secg.org secp256k1 docs link
2014-12-09Merge pull request #123 from wink/patch-2Wladimir J. van der Laan
Update bip32 wiki, repo moved
2014-11-20Short one digit in BIP32 doc notes.Micah Winkelspecht
2014-11-20Update bip32 wiki, repo movedMicah Winkelspecht
2014-11-17fix secg.org secp256k1 docs linkJonas Schnelli
2014-10-15Merge pull request #99 from apoelstra/patch-1Wladimir J. van der Laan
Clarify identifier serialization
2014-10-15Merge pull request #64 from harding/bip32-ancestor-riskWladimir J. van der Laan
BIP32: Disambiguate Which Key Is Compromised When Ext. PubKey + PrivKey Are Leaked
2014-08-26Clarify identifier serializationAndrew Poelstra
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-21Added Haskell implemetation.jurov
Tested it and confirm it's functional.
2014-07-22Add BIP0032 Go implementation.Dave Collins
2014-07-09Spelling bip 32Timothy Hobbs
2014-05-20Disambiguate Which Key Is Compromised When Ext. PubKey + PrivKey Are LeakedDavid A. Harding
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-04-29C# implementationNicolas Dorier
Github link to a C# implementation
2014-04-07Update bip-0032.mediawikiOlivier Lalonde
2014-04-05Change date format to ISO 8601Wladimir J. van der Laan
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-03-17Link to PHP implementation of BIP32- Passes test vectors.afk11