[package]
edition = "2021"
name = "lambda-shield"
version = "0.6.0"
authors = ["Lambda Quantum"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight, energy-efficient stream cipher based on the Collatz Lemma 3 residue discovery."
homepage = "https://github.com/0x-auth/lambda-shield"
readme = "README.md"
keywords = [
"cryptography",
"collatz",
"cipher",
"iot",
"lightweight",
]
categories = [
"cryptography",
"embedded",
]
license = "MIT"
repository = "https://github.com/0x-auth/lambda-shield"
[lib]
name = "lambda_shield"
path = "src/lib.rs"
[[bin]]
name = "lambda-shield"
path = "src/main.rs"
[dependencies]