cipher 0.4.4

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

[dependencies.crypto-common]
version = "0.1.6"

[dependencies.inout]
version = "0.1"

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

[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.56"
version = "0.4.4"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]