[package] name = "rc5" version = "0.0.1" description = "RC5 block cipher" authors = ["RustCrypto Developers"] edition = "2021" license = "MIT OR Apache-2.0" rust-version = "1.56" readme = "README.md" repository = "https://github.com/RustCrypto/block-ciphers" keywords = ["crypto", "rc5", "block-cipher"] categories = ["cryptography"] [dependencies] cipher = { version = "0.4.3", features = ["zeroize"] } [dev-dependencies] cipher = { version = "0.4.3", features = ["dev"] } [features] zeroize = []