1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-12-22 14:45:19 +00:00

7 Commits

Author SHA1 Message Date
Ben Westgate
98935ff1f9
BIP93: terminology, typo, and phrasing fixups (#2052)
* Change master seed to secret in most places, ''t'' to ''k'' and other term fixes

* Replace deleted linebreak, delete vestigal oxford commas

* errors->random errors, fix newlines, vector5: secret seed->codex32 secret

reduced the heading level of checksum and error correction to make the table of contents easier to parse.

Moved Master seed Encoding to be below Unshared Secret.

* BIP93: change codex32 characters to bech32 characters

* Fix hrp length off by 1 bug. Refactor validity condition to read easier.
2025-12-15 09:29:21 -08:00
cocoyeal
46a2440718 remove duplicated words 2024-05-29 16:18:11 +08:00
Andrew Poelstra
c02efd1456
add myself as a BIPs author 2023-03-30 03:11:11 +00:00
Andrew Poelstra
c3b330fdec
bip93: typo fixes, and fix URL format 2023-03-29 14:15:14 +00:00
Andrew Poelstra
eb62f6ea71
bip93: make bech32 capitalization consistently lowercase 2023-03-29 14:07:59 +00:00
Russell O'Connor
838fd93219
bip93: More invalid test vectors
These examples are valid BIP-173 and BIP-350 strings (but not valid BIP-93 strings).
2023-03-29 14:07:55 +00:00
Andrew Poelstra
e761066fbc
new BIP: codex32 (#1425)
new BIP: codex32

---------

Co-authored-by: Russell O'Connor <roconnor@blockstream.io>
2023-03-17 11:39:01 +09:00