ysc1 0.1.1

YSC1 (Yeun's Stream Cipher 1) based on the Amaryllis-1024 specification
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 = "2024"
name = "ysc1"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "YSC1 (Yeun's Stream Cipher 1) based on the Amaryllis-1024 specification"
readme = "README.md"
license = "BSD-2-Clause"
repository = "https://github.com/newsniper-org/ysc1"

[features]
default = []
ysc1_simd = []

[lib]
name = "ysc1"
path = "src/lib.rs"

[[bench]]
name = "speed"
path = "benches/speed.rs"
harness = false

[dependencies.cfg-if]
version = "1.0.1"
features = ["core"]

[dependencies.cipher]
version = "0.4.4"
features = [
    "alloc",
    "dev",
    "rand_core",
    "zeroize",
]

[dependencies.zeroize]
version = "1.8.1"
features = [
    "zeroize_derive",
    "std",
    "simd",
    "derive",
]

[dev-dependencies.criterion]
version = "0.5"