[dependencies.blobby]
optional = true
version = "0.3"
[dependencies.crypto-common]
version = "0.1.3"
[dependencies.inout]
version = "0.1"
[dependencies.zeroize]
default-features = false
optional = true
version = "1.5"
[features]
alloc = []
block-padding = ["inout/block-padding"]
default = ["alloc"]
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"
resolver = "2"
rust-version = "1.56"
version = "0.4.2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]