cipher 0.3.0-pre.2

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

[dependencies.generic-array]
version = "0.14"

[features]
dev = ["blobby"]
std = []

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