cipher 0.5.0-pre.4

Traits for describing block ciphers and stream ciphers
Documentation
[dependencies.blobby]
optional = true
version = "0.3"

[dependencies.crypto-common]
version = "=0.2.0-pre.5"

[dependencies.inout]
version = "=0.2.0-pre.4"

[dependencies.zeroize]
default-features = false
optional = true
version = "1.7"

[features]
alloc = []
block-padding = ["inout/block-padding"]
dev = ["blobby"]
rand_core = ["crypto-common/rand_core"]
std = ["alloc", "crypto-common/std", "inout/std"]

[package]
authors = ["RustCrypto Developers"]
categories = ["cryptography", "no-std"]
description = "Traits for describing block ciphers and stream ciphers"
documentation = "https://docs.rs/cipher"
edition = "2021"
keywords = ["crypto", "block-cipher", "stream-cipher", "trait"]
license = "MIT OR Apache-2.0"
name = "cipher"
readme = "README.md"
repository = "https://github.com/RustCrypto/traits"
rust-version = "1.65"
version = "0.5.0-pre.4"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]