Skip to content

Commit

Permalink
Mention that BIP350 reduces scope of bech32 to v0
Browse files Browse the repository at this point in the history
  • Loading branch information
murchandamus committed Apr 25, 2024
1 parent d20d1f9 commit 0f4c9e2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions bip-0173.mediawiki
Expand Up @@ -11,6 +11,7 @@
Created: 2017-03-20
License: BSD-2-Clause
Replaces: 142
Superseded-by: 350
</pre>

==Introduction==
Expand Down Expand Up @@ -403,3 +404,11 @@ separator).
This document is inspired by the [https://rusty.ozlabs.org/?p=578 address proposal] by Rusty Russell, the
[https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2014-February/004402.html base32] proposal by Mark Friedenbach, and had input from Luke Dashjr,
Johnson Lau, Eric Lombrozo, Peter Todd, and various other reviewers.

==Disclosures (added 2024)==

Due to an oversight in the design of bech32, this checksum scheme is not always
robust against [https://gist.github.com/sipa/a9845b37c1b298a7301c33a04090b2eb
the insertion and deletion of fewer than 5 consecutive characters]. Due to this
weakness, BIP-350 proposes using the scheme described in this BIP only for
Native Segwit v0 outputs.

0 comments on commit 0f4c9e2

Please sign in to comment.