You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are two parameterizations of the bech32 checksum (see the "roots"
unit test in src/primitives/polynomial.rs for what they are). In #203
we mixed them up, using the generator from one but the exponents from
the other.
We made the same mistake with codex32 apparently.
When we implement error correction this will cause failures. Fix it.
0 commit comments