keis / base58

Base58 and Base58Check implementation compatible with what is used by the bitcoin network.
MIT License
180 stars 59 forks source link

stripped trailing and leading zero from strings only #38

Closed fametrano closed 4 years ago

keis commented 5 years ago

Thanks for the PR. Could you please add a test where stripping whitespace is problematic to help avoid regressions and also to help me understand what you are trying to achieve :)