salsa20 0.6.0

Salsa20 Stream Cipher
Documentation
[dependencies.stream-cipher]
version = "0.7"

[dependencies.zeroize]
optional = true
version = "1"
[dev-dependencies.stream-cipher]
features = ["dev"]
version = "0.7"

[features]
default = ["xsalsa20"]
hsalsa20 = ["xsalsa20"]
xsalsa20 = []

[package]
authors = ["RustCrypto Developers"]
categories = ["cryptography", "no-std"]
description = "Salsa20 Stream Cipher"
edition = "2018"
keywords = ["crypto", "stream-cipher", "trait", "xsalsa20"]
license = "MIT OR Apache-2.0"
name = "salsa20"
readme = "README.md"
repository = "https://github.com/RustCrypto/stream-ciphers"
version = "0.6.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]