diff --git a/bip-0085.mediawiki b/bip-0085.mediawiki index 18c45d57..345f45cf 100644 --- a/bip-0085.mediawiki +++ b/bip-0085.mediawiki @@ -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] @@ -429,35 +458,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