lambda-shield 0.1.0

A lightweight, energy-efficient stream cipher based on the Collatz Lemma 3 residue discovery.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "lambda-shield"
version = "0.1.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]