chachacha 0.4.2

SIMD optimized implementations of the Chacha stream cipher
Documentation
[dependencies.cfg-if]
version = "1"

[dev-dependencies.ya-rand]
default-features = false
features = ["secure"]
version = "2"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "cryptography", "no-std"]
description = "SIMD optimized implementations of the Chacha stream cipher"
documentation = "https://docs.rs/chachacha"
edition = "2024"
keywords = ["chacha", "cipher", "simd"]
license = "MIT"
name = "chachacha"
readme = "README.md"
repository = "https://github.com/silverstillisntgold/chachacha"
rust-version = "1.89"
version = "0.4.2"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]