Class __builtin.Nettle.AE
- Description
Base class for AE (Authenticated Encryption) algorithms.
AE algorithms behave like a combination of a Cipher and a HMAC.
Note that no actual AE algorithm is implemented in the base class. They are implemented in classes that inherit this class.
- See also
- Inherit
Cipher
inherit __builtin.Nettle.Cipher : Cipher