Structs§
- Aes128
Ctr - AES-128 in CTR mode.
- Aes128
Gcm - AES-128-GCM authenticated cipher.
- Aes256
Ctr - AES-256 in CTR mode.
- Aes256
Gcm - AES-256-GCM authenticated cipher.
Functions§
- decrypt_
block - Decrypt one 16-byte block using inverse T-tables.
- encrypt_
block - Encrypt one 16-byte block using T-table accelerated routine.
- expand_
key - Expand a key into AES round keys (FIPS 197 §5.2).