rust-bitcoin / rust-bech32

Bech32 format encoding and decoding
MIT License
93 stars 49 forks source link

Add `CheckedHrpstring::fe32_iter` function #174

Closed tcharding closed 7 months ago

tcharding commented 7 months ago

Simplify the AsciiToFe32Iter, make it public, and add a function to create it.