Documentation
[dependencies.block-cipher]
version = "0.7"

[dependencies.opaque-debug]
version = "0.2"
[dev-dependencies.block-cipher]
features = ["dev"]
version = "0.7"

[package]
authors = ["RustCrypto Developers"]
categories = ["cryptography", "no-std"]
description = "RC2 block cipher"
documentation = "https://docs.rs/rc2"
edition = "2018"
keywords = ["crypto", "rc2", "block-cipher"]
license = "MIT/Apache-2.0"
name = "rc2"
readme = "README.md"
repository = "https://github.com/RustCrypto/block-ciphers"
version = "0.4.0"