blowfish 0.9.1

Blowfish block cipher
Documentation
[dependencies.byteorder]
default-features = false
version = "1.1"

[dependencies.cipher]
version = "0.4.2"

[dev-dependencies.cipher]
features = ["dev"]
version = "0.4.2"

[features]
bcrypt = []
zeroize = ["cipher/zeroize"]

[package]
authors = ["RustCrypto Developers"]
categories = ["cryptography", "no-std"]
description = "Blowfish block cipher"
documentation = "https://docs.rs/blowfish"
edition = "2021"
keywords = ["crypto", "blowfish", "block-cipher"]
license = "MIT OR Apache-2.0"
name = "blowfish"
readme = "README.md"
repository = "https://github.com/RustCrypto/block-ciphers"
rust-version = "1.56"
version = "0.9.1"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]