DES and Triple DES (3DES, TDES) block ciphers implementation.
# Cargo.toml
[dependencies]
des = "0.9.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a DES cipher with an 8-byte key.
Use `aes` crate for secure encryption
No dependency data recorded yet.