# Functions
NewDecoder constructs a new baseX stream decoder.
NewEncoder returns a new baseX stream encoder.
NewEncoding returns a new Encoding defined by the given alphabet, which must a x-byte string.
# Variables
Base58StdEncoding is the standard base58-encoding.
Base58StdEncoding is the standard base58-encoding, with Strict mode enforcing no foreign characters.
Base62StdEncoding is the standard 62-encoding, with a 32-byte input block and, a 43-byte output block.
Base62StdEncoding is the standard 62-encoding, with a 32-byte input block and, a 43-byte output block.
ErrInvalidEncodingLength is returned when a non-minimal encoding length is found.
# Structs
Encoding is a radix X encoding/decoding scheme, defined by X-length character alphabet.
# Type aliases
CorruptInputError is returned when Decode() finds a non-alphabet character.