salsa20 0.7.2

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

[dependencies.zeroize]
default-features = false
optional = true
version = "1"
[dev-dependencies.cipher]
features = ["dev"]
version = "0.2"

[features]
default = ["xsalsa20"]
expose-core = []
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.7.2"
[package.metadata.docs.rs]
features = ["hsalsa20", "xsalsa20"]
rustdoc-args = ["--cfg", "docsrs"]