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
Functions
Examples
Link to this section Functions
Link to this function
encode(binary) View Source
Examples
iex> Base58Encode.encode("hello") "Cn8eVZg"
iex> Base58Encode.encode(42) :error