Expand description
Symmetric cipher traits for dcrypt-symmetric
This module defines the core traits used by all symmetric encryption algorithms in the library.
Traitsยง
- Aead
- Trait for Authenticated Encryption with Associated Data
- Symmetric
Cipher - Common trait for all symmetric encryption algorithms