Current section
Files
Jump to
Current section
Files
src/xtea.app.src
{application,xtea,
[{description,"XTEA encryption written in erlang with NIFs"},
{vsn,"0.1.0"},
{registered,[]},
{applications,[kernel,stdlib]},
{modules,[]},
{maintainers,["Olle Mattsson"]},
{licenses,["Apache"]},
{links,[{"Github","https://github.com/rymdolle/xtea"}]}]}.