Implements encoding functionality for Base85 encoding.
encode(binary(), keyword()) :: {:ok, binary()}
encode!(binary(), keyword()) :: binary()