module

Base58

From https://github.com/russ/base58/blob/master/src/base58.cr but with different alphabet

Constants

ALPHABET = "123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"
BASE = ALPHABET.size

Instance methods

decode(base58_val : String) : Number
Source
encode(int_val : Number) : String
Source

Nested types