Packages

Customizable Erlang native ECIES public-key cryptography library, providing elliptic curve encryption as an alternative to the deprecated crypto public_encrypt, private_decrypt functions

Current section

Files

Jump to
ecies src ecies.app.src
Raw

src/ecies.app.src

{application,ecies,
[{description,"Customizable Erlang native ECIES public-key cryptography library, providing elliptic curve encryption as an alternative to the deprecated crypto public_encrypt, private_decrypt functions"},
{vsn,"1.1.0"},
{registered,[]},
{applications,[kernel,stdlib,crypto]},
{maintainers,[[83,101,98,97,115,116,105,97,110,32,83,109,121,99,
122,121,324,115,107,105]]},
{licenses,["MIT"]},
{links,[{"Github","https://github.com/simplito/ecies-erl"}]}]}.