fast64 v0.1.2 Fast64

Documentation for Fast64.

Link to this section Summary

Link to this section Functions

Fast64

Examples

iex> Fast64.encode64("hello")
"aGVsbG8="

iex> Fast64.decode64("aGVsbG8=")
"hello"