cast5 0.9.0

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

[dependencies]
cipher = "0.2"
opaque-debug = "0.3"
byteorder = { version = "1", default-features = false }

[dev-dependencies]
cipher = { version = "0.2", features = ["dev"] }
hex-literal = "0.2"

[features]
default = []