Base85.Decode (Base85 v0.1.0) View Source

Implements decoding functionality for Base85 encoding.

Link to this section Summary

Link to this section Functions

Specs

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

decode!(bin, opts \\ [])

View Source

Specs

decode!(binary(), keyword()) :: binary()