# Functions
DecodeString takes a base36 encoded string and returns a slice of the decoded bytes.
EncodeToStringLc encodes the given byte-buffer as base36 using [0-9a-z] as the digit-alphabet.
EncodeToStringUc encodes the given byte-buffer as base36 using [0-9A-Z] as the digit-alphabet.