Current section
Files
Jump to
Current section
Files
gleam.toml
name = "sparx"
version = "1.0.0"
description = "Pure Gleam implementation of the SPARX family of lightweight block ciphers (SPARX-64/128, SPARX-128/128, SPARX-128/256)"
licences = ["LGPL-3.0-or-later"]
repository = { type = "codeberg", user = "kdh8219", repo = "gleam-sparx" }
links = [{ title = "SPARX Specification", href = "https://www.cryptolux.org/index.php/SPARX" }]
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"