module

Base58

Constants

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

Instance methods

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

Nested types