Base85

Implements some base-85 character encodings.

Supported character sets include:

Supported padding methods include:

Note that this currently does not implement padding used for full support of Safe85 or Safe85L.

The PostgreSQL-safe character set eliminates characters used in SQL comments, statement termination, quoting, and placeholders.

Unsupported character sets include:

Installation

This package is available in Hex. The package can be installed by adding base85 to your list of dependencies in mix.exs:

def deps do
[
{:base85, "~> 0.2.0"}
]
end

Documentation is generated with ExDoc and published on HexDocs. The docs can be found at https://hexdocs.pm/base85.