block-cipher 0.7.1

Traits for description of block ciphers
Documentation
[dependencies.blobby]
optional = true
version = "0.1"

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

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

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