2b5f08e156
* Remove get_stacktrace (deprecated since OTP-24) * Add DH448 support and switch to crypto:generate_key for DH25519 * Switch to crypto:hash/2 for Blake2b and support Blake2s * Switch last enacl calls to crypto - no more enacl * Eqwalizer fixes Ewqalizer fix Eqwalizer fix Eqwalizer fix Eqwalizer fix Eqwalizer support Eqwalizer fix Fix tests to follow types (remote keys) * More error handling on setup * Dialyzer fix * Write CHANGELOG * Note about type-checking in README
16 lines
342 B
Erlang
16 lines
342 B
Erlang
{application, enoise,
|
|
[{description, "An Erlang implementation of the Noise protocol"},
|
|
{vsn, "1.2.0"},
|
|
{registered, []},
|
|
{applications,
|
|
[kernel,
|
|
stdlib,
|
|
crypto
|
|
]},
|
|
{env,[]},
|
|
{modules, []},
|
|
{maintainers, ["Hans Svensson"]},
|
|
{licenses, ["ISC"]},
|
|
{links, [{"Github", "https://github.com/aeternity/enoise"}]}
|
|
]}.
|