Packages

Pure Gleam implementation of the SPARX family of lightweight block ciphers (SPARX-64/128, SPARX-128/128, SPARX-128/256)

Current section

Files

Jump to
sparx src sparx.app.src
Raw

src/sparx.app.src

{application, sparx, [
{vsn, "1.0.0"},
{applications, [gleam_stdlib]},
{description, "Pure Gleam implementation of the SPARX family of lightweight block ciphers (SPARX-64/128, SPARX-128/128, SPARX-128/256)"},
{modules, [sparx,
sparx@@main,
sparx@sparx128_128,
sparx@sparx128_256,
sparx@sparx64,
sparx@uint16]},
{registered, []}
]}.