cfb-mode 0.1.0

Generic Cipher Feedback (CFB) mode implementation.
Documentation
[package]
name = "cfb-mode"
version = "0.1.0"
authors = ["RustCrypto Developers"]
license = "MIT/Apache-2.0"
description = "Generic Cipher Feedback (CFB) mode implementation."
documentation = "https://docs.rs/cfb-mode"
repository = "https://github.com/RustCrypto/stream-ciphers"
keywords = ["crypto", "stream-cipher", "block-mode"]
categories = ["cryptography", "no-std"]

[dependencies]
block-cipher-trait = "0.5"

[dev-dependencies]
aes = "0.1"
hex-literal = "0.1"

[features]
std = []

[badges]
travis-ci = { repository = "RustCrypto/stream-ciphers" }

[package.metadata.docs.rs]
features = [ "std" ]