Base85.Encode (Base85 v0.1.0) View Source

Implements encoding functionality for Base85 encoding.

Link to this section Summary

Link to this section Functions

Specs

encode(binary(), keyword()) :: {:ok, binary()}
Link to this function

encode!(bin, opts \\ [])

View Source

Specs

encode!(binary(), keyword()) :: binary()