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

36 Commits

Author SHA1 Message Date
Aneesh Karve
b398219e9c BIP-85: Move new reference to be near HMAC code 2024-11-09 14:30:02 -07:00
Aneesh Karve
88f4fc0ece BIP-85: Reorder sections to be more standard, convert HMAC discussion to footnote 2024-11-09 14:24:50 -07:00
Aneesh Karve
9133ab2451 BIP-85: Add 15 and 21 word entries to application 39' table 2024-10-25 12:05:56 -07:00
Aneesh Karve
e0cc4f0e3d BIP-85: Rename to 'changelog' and move above Reference implementation(s) 2024-10-25 12:03:06 -07:00
Jon Atack
17c04f9fa1
Merge pull request #1676 from scgbckbone/bip85_final
BIP85: update status to Final
2024-10-25 08:13:16 -07:00
Aneesh Karve
8eac367dae
BIP-85: Add co-author, language code & dice app, TPRV guidance, warn on BIP-32 divergence, grammar & clarity (#1679)
* BIP-85: Add language code, add dice app, warn on BIP-32 divergence, grammar clarity

* BIP-85: Add definite article

Co-authored-by: Jon Atack <jon@atack.com>

* BIP-85: PR suggestions on grammar, clarity

* BIP-85: Add change log

* BIP-85: Proper <references />, semver reference implementations, date on changelog, clarify warning language

* BIP-85: PR suggestion on range formatting

Co-authored-by: Jon Atack <jon@atack.com>

* BIP-85: wordsmith BIP-32 warning

Co-authored-by: Jon Atack <jon@atack.com>

* BIP-85: PR feedback on format, language, order of text

* BIP-85: PR grammar improvements

* BIP-85: Add dice app code to changelog

* BIP-85: Grammar and clarity from PR review

Co-authored-by: Jon Atack <jon@atack.com>

* BIP-85: Improve changelog and bump semvers accordingly; add alphanum password example to dice

* BIP-85: Rectify changelog dates and contents

* BIP-85: Correct 1.3.0 semver in changelog

* BIP-85: Remove fancy warning syntax b/c GH doesn't render it, wordsmith BIP32 warning

* BIP-85: Add and correct semvers in Reference Implementation section

---------

Co-authored-by: Jon Atack <jon@atack.com>
2024-10-25 08:11:00 -07:00
Aneesh Karve
2e98c7115c BIP-85: Correct bad test vector for Base64 2024-10-13 17:02:11 -07:00
scgbckbone
b0125501f8 change BIP85 status to Final 2024-10-05 16:07:40 +02:00
Jon Atack
3f4a0a17bc
Revert "BIP85: Update/clarify spec, add change log, Portuguese language code,…"
This reverts commit a1be309f91.
2024-10-04 16:18:52 -07:00
Aneesh Karve
a1be309f91
BIP85: Update/clarify spec, add change log, Portuguese language code, dice application (#1600)
* BIP-85:

    * Add new maintainer (author unreachable)
    * Swap chain code and private key bytes in application 32' for consistentcy with BIP-32 (major change)
    * Correct derived entropy for application 128169' test vector (major change)
    * Clarify big endian serialization
    * Add the Portuguese language (9') to application 39'
    * Add dice application 89101'
    * Clarify Testnet support for XPRV application 32'
    * Minor grammar, format, clarity improvements
2024-09-25 08:00:54 -07:00
Alexander Cyon
1eefea0456 Fix typos on 17 files. 2024-05-28 19:25:46 +02:00
Jon Atack
e3ef9a5646
Merge pull request #1580 from achow101/stop-link-spam-85
85: Remove other implementation sections
2024-05-16 07:05:48 -07:00
Jon Atack
85ccf2379b
Merge pull request #1469 from theborakompanioni/patch-1
fix(bip85): rectify pwd_length in PWD BASE85 table
2024-05-10 09:48:10 -07:00
Ava Chow
e3f7a26062 85: Remove other implementation sections 2024-04-25 10:19:40 -04:00
Alexander Nemish
b434f1813c
Update bip-0085.mediawiki
Fix doublicated word
2023-12-15 11:00:10 +01:00
Thebora Kompanioni
265d64cae5
fix(bip85): rectify pwd_length in PWD BASE85 table 2023-06-30 10:19:55 +02:00
scgbckbone
7aaaa01a9c
BIP-85 Passwords 2022-12-05 02:50:34 +01:00
Andreas Gassmann
88e1514f08
BIP85: Add AirGap Vault implementation 2021-06-14 03:16:46 +02:00
Luke Dashjr
2349ee46f0 Merge remote-tracking branch 'origin-pull/935/head' 2021-05-18 00:09:16 +00:00
8go
4817829dc8
BIP-85: Added Ian Coleman's Mnemonic Code Converter
- Added Ian Coleman's Mnemonic Code Converter to the "Other Implementations" section
- https://iancoleman.io/bip39/ is a nice tool to play around with and to derive test data for BIP-85

PS: Sorry that I did not include this in the previous PR #1083. I just found this this very moment, but I think it is worth while to include because it gives the user/reader an instant tool to play with and to see results of BIP-85.
2021-03-15 21:28:48 +00:00
Luke Dashjr
36981bccc6
Merge pull request #1083 from 8go/patch-1
BIP 85: fixed some typos and minor English mistakes
2021-03-15 20:13:38 +00:00
ethankosakovsky
07d208ed09
BIP85: fixed test vector. 2021-03-13 14:38:27 +08:00
8go
3635e0ec66
fixed some typos and minor English mistakes 2021-03-09 17:12:08 +00:00
Luke Dashjr
707dea4307 Merge remote-tracking branch 'origin-pull/1040/head' 2021-02-03 22:25:27 +00:00
Luke Dashjr
bcbc83f0c8
Merge pull request #1026 from rikitau/bip85-fix-typo
BIP-0085: fix typo
2021-02-03 22:14:07 +00:00
Ethan Kosakovsky
6fb34f2a51
Add BIP85-DRNG and other key derivations 2020-11-19 11:57:57 +00:00
Rita Kitic
8744a4dd11 fix typo 2020-10-27 19:15:49 +01:00
richard
d771818c9e
Update formatting 2020-10-21 21:41:59 -04:00
richard
77ed66afd5
Update bip-0085.mediawiki 2020-10-21 20:31:29 -04:00
richard
dfa5042dc5
Update bip-0085.mediawiki 2020-10-16 21:18:20 -04:00
Luke Dashjr
b096ae3bd3
Merge pull request #934 from scgbckbone/fix_bip85
Fix bip85
2020-08-01 00:13:38 +00:00
avirgovi
41efd1361e added 'btc_hd_wallet' amongst implementations in bip32, bip39, bip85 2020-06-25 14:07:01 +02:00
avirgovi
f6b935f308 moved duplicate segments to footnotes 2020-06-25 13:42:03 +02:00
avirgovi
a5beb39040 fixed bip32 algo to copy master key creation instead of private2private; added same warning to XPRV part 2020-06-25 13:30:36 +02:00
azuchi
6130f17ded BIP85: Fix wrong test vector 2020-06-15 16:47:36 +09:00
Ethan Kosakovsky
96927344e7 Initial commit of entropy BIP 2020-06-11 12:11:06 +00:00