Packages

ACORN-128 (v3) AEAD Cipher NIF for Erlang and Elixir

Current section

Files

Jump to
acorn128 src acorn128.app.src
Raw

src/acorn128.app.src

{application,acorn128,
[{description,"ACORN-128 (v3) AEAD Cipher NIF for Erlang and Elixir"},
{vsn,"0.0.1"},
{id,"git"},
{registered,[]},
{applications,[kernel,stdlib]},
{modules,[]},
{licenses,["MIT"]},
{links,[{"Github",
"https://github.com/potatosalad/erlang-acorn128"}]}]}.