Re-exports§
pub use crate::aes128::Aes128Key;
Structs§
- Payload
- AEAD payloads (message + AAD).
Traits§
- Aead
- Authenticated Encryption with Associated Data (AEAD) algorithm.
- Aead
InPlace - In-place stateless AEAD trait.
- KeyInit
- Types which can be initialized from key.