Closed citizen-stig closed 1 year ago
As mentioned in https://github.com/rust-bitcoin/rust-bech32/issues/19 having transparent representation for u5 opens many optimization.
According to change log in Rust repo, this feature was stabilized in 1.28
LGTM. I don't see your citation for this opening up optimizations, but it seems like an obvious thing to do (and we'll never change this type from being a u8 internally).
As mentioned in https://github.com/rust-bitcoin/rust-bech32/issues/19 having transparent representation for u5 opens many optimization.
According to change log in Rust repo, this feature was stabilized in 1.28