Documentation
[dependencies.cipher]
version = "0.3"

[dependencies.opaque-debug]
version = "0.3"
[dev-dependencies.cipher]
features = ["dev"]
version = "0.3"

[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 OR Apache-2.0"
name = "rc2"
readme = "README.md"
repository = "https://github.com/RustCrypto/block-ciphers"
version = "0.7.0"