Module internal

Source
Expand description

This module encapsulates all internal operations for this crate.

Structs§

ExpandedKey
A set of generated keys to account for each round of the said cipher version encryption/decryption process.

Enums§

KeyExpansionError
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.