blowfish 0.2.1

Blowfish block cipher
Documentation
[package]
name = "blowfish"
version = "0.2.1"
authors = ["The Rust-Crypto Project Developers"]
license = "MIT/Apache-2.0"
description = "Blowfish block cipher"
documentation = "https://docs.rs/blowfish"
repository = "https://github.com/RustCrypto/block-ciphers"
keywords = ["crypto", "blowfish", "block-cipher"]

[dependencies]
generic-array = "0.5"
byte-tools = "0.1"
block-cipher-trait = "0.2"

[features]
bcrypt = []

[dev-dependencies]
crypto-tests = "^0.2.4"