b58 v0.1.0 Base58Encode View Source

Provides the encode function which takes a binary and return it's reprentation in base58

Link to this section Summary

Link to this section Functions

Examples

iex> Base58Encode.encode("hello") "Cn8eVZg"

iex> Base58Encode.encode(42) :error