Implements the Cipher Feedback with eight bit feedback (CFB-8) block cipher mode of operation.
# Cargo.toml
[dependencies]
cfb8 = "0.9.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Encrypts data using AES-128 in CFB-8 mode.
Add `aes` crate to Cargo.toml.
No dependency data recorded yet.