[package]
name = "block-cipher-trait"
version = "0.6.0"
authors = ["RustCrypto Developers"]
description = "Traits for description of block ciphers"
documentation = "https://docs.rs/block-cipher-trait"
keywords = ["crypto", "block-cipher", "trait"]
categories = ["cryptography", "no-std"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/RustCrypto/block-ciphers"
[package.metadata.docs.rs]
features = ["std"]
[dependencies.generic-array]
version = "0.12"
[features]
dev = []
std = []
[badges.travis-ci]
repository = "RustCrypto/traits"