Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BIP-85: Move and reorder changelog to be near implementations, note 15' and 21' word cases for application 39' #1691

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 38 additions & 30 deletions bip-0085.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,36 @@ OUTPUT

* DRNG(80 bytes)=b78b1ee6b345eae6836c2d53d33c64cdaf9a696487be81b03e822dc84b3f1cd883d7559e53d175f243e4c349e822a957bbff9224bc5dde9492ef54e8a439f6bc8c7355b87a925a37ee405a7502991111

==Reference Implementation==
==Changelog==

===1.3.0 (2024-10-22)===

====Added====

* Dice application 89101'
* Czech language code to application 39'
* TPRV guidance for application 32'
* Warning on application 32' key and chain code ordering

===1.2.0 (2022-12-04)===

====Added====

* Base64 application 707764'
* Base85 application 707785'

===1.1.0 (2020-11-19)===

====Added====

* BIP85-DRNG-SHAKE256
* RSA application 828365'

===1.0.0 (2020-06-11)===

* Initial version

==Reference Implementations==

* 1.3.0 Python 3.x library implementation: [https://github.com/akarve/bipsea]
* 1.1.0 Python 2.x library implementation: [https://github.com/ethankosakovsky/bip85]
Expand Down Expand Up @@ -167,10 +196,18 @@ Words Table
| 128 bits
| 12'
|-
| 15 words
| 160 bits
| 15'
|-
| 18 words
| 192 bits
| 18'
|-
| 21 words
| 224 bits
| 21'
|-
| 24 words
| 256 bits
| 24'
Expand Down Expand Up @@ -429,35 +466,6 @@ The reason for running the derived key through HMAC-SHA512 and truncating the re

Many thanks to Peter Gray and Christopher Allen for their input, and to Peter for suggesting extra application use cases.

==Change Log==

===1.0.0 (2020-06-11)===

* Initial version

===1.1.0 (2020-11-19)===

====Added====

* BIP85-DRNG-SHAKE256
* RSA application 828365'

===1.2.0 (2022-12-04)===

====Added====

* Base64 application 707764'
* Base85 application 707785'

===1.3.0 (2024-10-22)===

====Added====

* Dice application 89101'
* Czech language code to application 39'
* TPRV guidance for application 32'
* Warning on application 32' key and chain code ordering

==References==

BIP32, BIP39
Expand Down