Current section
Files
Jump to
Current section
Files
src/erlang_tc.app.src
{application,erlang_tc,
[{description,"Erlang bindings for threshold cryptography over BLS12-381 keys"},
{vsn,"0.1.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["Apache 2.0"]},
{maintainers,["Helium"]},
{links,[{"Github","https://github.com/helium/erlang-tc"}]}]}.