[[bench]]
harness = false
name = "zuc128_benchmark"
path = "benches/zuc128_benchmark.rs"
[dependencies.cipher]
version = "0.4.4"
[dependencies.const-str]
version = "0.5.7"
[dev-dependencies.criterion]
version = "0.5.1"
[lib]
name = "zuc"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography"]
description = "ZUC Stream Cipher Algorithms"
documentation = "https://docs.rs/zuc"
edition = "2021"
keywords = ["zuc", "eea", "eia", "stream-cipher", "crypto"]
license = "MIT"
name = "zuc"
readme = "README.md"
repository = "https://github.com/Nugine/zuc"
version = "0.2.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]