chacha20 0.2.3

The ChaCha20 stream cipher (RFC 8439) implemented using traits from the RustCrypto stream-cipher crate.
Documentation
[[bench]]
harness = false
name = "chacha20"
[badges.travis-ci]
repository = "RustCrypto/stream-ciphers"
[dependencies.byteorder]
default-features = false
version = "1"

[dependencies.salsa20-core]
version = "0.2"

[dependencies.stream-cipher]
version = "0.3"
[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.criterion-cycles-per-byte]
version = "0.1"

[dev-dependencies.stream-cipher]
features = ["dev"]
version = "0.3"

[features]
default = ["xchacha20"]
legacy = []
xchacha20 = []
zeroize = ["salsa20-core/zeroize"]

[package]
authors = ["RustCrypto Developers"]
categories = ["cryptography", "no-std"]
description = "The ChaCha20 stream cipher (RFC 8439) implemented using traits from the\nRustCrypto stream-cipher crate.\n"
keywords = ["crypto", "stream-cipher", "xchacha20"]
license = "Apache-2.0 OR MIT"
name = "chacha20"
readme = "README.md"
repository = "https://github.com/RustCrypto/stream-ciphers"
version = "0.2.3"
[package.metadata.docs.rs]
all-features = true