Multiformats.Multibase.Base32 (multiformats v0.1.0)

Delegates to Elixir's Base module.

This module and its functions exist solely to provide a consistent interface for encoding and decoding data using the Multibase library.

Summary

Functions

decode(data, opts \\ [])

See Base.decode32/2.

decode!(data, opts \\ [])

See Base.decode32!/2.

encode(data, opts \\ [])

See Base.encode32/2.