Base58/Base58Check encoder package

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Base58/Base58Check encoder package

Esteban A. Maringolo
I created a small utility class `Base58Encoder` that allows you to
encode/decode ByteArrays to/from Base58 and Base58Check.

For more information:
https://github.com/eMaringolo/pharo-base58

Regards,

Esteban A. Maringolo