# Functions

Decode decodes the base58 encoded bytes.
DecodeAlphabet decodes the base58 encoded bytes using the given b58 alphabet.
Decoding decodes the base58 encoded bytes.
DecodingAlphabet decodes the base58 encoded bytes using the given b58 alphabet.
Encode encodes the passed bytes into a base58 encoded string.
EncodeAlphabet encodes the passed bytes into a base58 encoded string with the passed alphabet.
Encoding encodes the passed bytes into a base58 encoded string.
EncodingAlphabet encodes the passed bytes into a base58 encoded string with the passed alphabet.
NewAlphabet creates a new alphabet from the passed string.

# Structs

Alphabet is a a b58 alphabet.