c2-chacha 0.3.3

The ChaCha family of stream ciphers
Documentation
[badges.travis-ci]
repository = "cryptocorrosion/cryptocorrosion"

[dependencies.cipher]
optional = true
version = "0.2"

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

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

[features]
default = ["std", "rustcrypto_api"]
no_simd = ["ppv-lite86/no_simd"]
rustcrypto_api = ["cipher"]
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.3.3"