base58 library

Functions

base58decode(String base58String) List<int>
Decode a base58String into the original bytes.
base58encode(List<int> bytes) String