module Base58

Extended Modules

Defined in:

base58.cr
base58/version.cr

Constant Summary

ALPHABET = "123456789abcdefghijkmnopqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ"
BASE = ALPHABET.size
VERSION = "0.1.2"

Instance Method Summary

Instance Method Detail

def decode(base58_val : String) : Number #

[View source]
def encode(int_val : Number) : String #

[View source]