ExKeypair
RSA key pair generation in Elixir, using OpenSSL ports
Installation
The package can be installed as:
Add ex_keypair to your list of dependencies in
mix.exs:def deps do
[{:ex_keypair, "~> 0.0.2"}]end
Ensure ex_keypair is started before your application:
def application do
[applications: [:ex_keypair]]end