ExMultipass

Build StatusCoverage Status

Ruby compatible multipass encryption and decryption

Multipass

Installation

The package can be installed by adding ex_multipass to your list of dependencies in mix.exs:

def deps do
  [
    {:ex_multipass, "~> 0.3"}
  ]
end

The docs can be found at https://hexdocs.pm/ex_multipass.