c2-chacha 0.2.3

The ChaCha family of stream ciphers
Documentation
[badges.travis-ci]
repository = "cryptocorrosion/cryptocorrosion"
[dependencies.byteorder]
optional = true
version = "1.3"

[dependencies.ppv-lite86]
default-features = false
package = "ppv-lite86"
version = "0.2.6"

[dependencies.stream-cipher]
optional = true
version = "0.3"
[dev-dependencies.hex-literal]
version = "0.2"

[features]
default = ["std", "simd", "rustcrypto_api"]
rustcrypto_api = ["stream-cipher", "byteorder"]
simd = ["ppv-lite86/simd"]
std = ["ppv-lite86/std"]

[package]
authors = ["The CryptoCorrosion Contributors"]
categories = ["cryptography", "no-std"]
description = "The ChaCha family of stream ciphers"
documentation = "https://docs.rs/c2-chacha"
edition = "2018"
keywords = ["chacha", "chacha20", "xchacha20", "cipher", "crypto"]
license = "MIT/Apache-2.0"
name = "c2-chacha"
readme = "README.md"
repository = "https://github.com/cryptocorrosion/cryptocorrosion"
version = "0.2.3"