Current section
Files
Jump to
Current section
Files
src/merkletree.app.src
{application,merkletree,
[{description,"A library for creating and manipulating Merkle Trees."},
{vsn,"0.1.0"},
{registered,[]},
{applications,[kernel,stdlib,crypto]},
{env,[]},
{modules,[merkletree]},
{maintainers,["Carlos Galdino"]},
{licenses,["MIT"]},
{links,[{"GitHub",
"https://github.com/carlosgaldino/merkletree"}]}]}.