salsa20 0.10.2

Salsa20 Stream Cipher
Documentation
[dependencies.cipher]
version = "0.4.2"

[dev-dependencies.cipher]
features = ["dev"]
version = "0.4.2"

[dev-dependencies.hex-literal]
version = "0.3.3"

[features]
std = ["cipher/std"]
zeroize = ["cipher/zeroize"]

[package]
authors = ["RustCrypto Developers"]
categories = ["cryptography", "no-std"]
description = "Salsa20 Stream Cipher"
documentation = "https://docs.rs/salsa20"
edition = "2021"
keywords = ["crypto", "stream-cipher", "trait", "xsalsa20"]
license = "MIT OR Apache-2.0"
name = "salsa20"
readme = "README.md"
repository = "https://github.com/RustCrypto/stream-ciphers"
rust-version = "1.56"
version = "0.10.2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]