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 rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, []}.
{ex_doc, [
{source_url, <<"https://github.com/simplito/ecies-erl">>},
{extras, [<<"README.md">>, <<"LICENSE.md">>]},
{main, <<"README.md">>}
]}.
{hex, [{doc, ex_doc}]}.