[badges.travis-ci]
repository = "RustCrypto/stream-ciphers"
[dependencies.stream-cipher]
version = "0.3"
[dependencies.zeroize]
default-features = false
optional = true
version = "1.0.0-pre"
[dev-dependencies.block-cipher-trait]
features = ["dev"]
version = "0.6"
[dev-dependencies.stream-cipher]
features = ["dev"]
version = "0.3"
[package]
authors = ["Eric McCorkle <eric@metricspace.net>"]
categories = ["cryptography", "no-std"]
description = "Salsa Family Stream Ciphers"
keywords = ["crypto", "stream-cipher", "trait"]
license = "MIT OR Apache-2.0"
name = "salsa20-core"
repository = "https://github.com/RustCrypto/stream-ciphers"
version = "0.2.2"