sipa / bech32

Code snippets and analysis of the Bech32 format
191 stars 107 forks source link

Update Rust tests #33

Closed clarkmoody closed 6 years ago

clarkmoody commented 7 years ago

Similar updates in the vein of #27, #29, #30, #31, #32

Adds invalid Bech32 string test cases.

Please note: Rust strings are UTF-8, so that the character literal 0xff turns into 0xc3bf when accessed with the bytes function.

jonasnick commented 7 years ago

tACK af2da221bc241463c60ad24a202a5e39e62970e5