Expand description
This module encapsulates all internal operations for this crate.
Structs§
- Expanded
Key - A set of generated keys to account for each round of the said cipher version encryption/decryption process.
Enums§
- KeyExpansion
Error - An error produced during a key expansion.
Functions§
- decrypt_
block - Decrypt a single block of data using an expanded key.
- encrypt_
block - Encrypt a single block of data using an expanded key.