Expand description
This module contains the trait and related errors for an Authenticated Encryption with Associated Data (AEAD) scheme that takes array references as arguments and writes outputs to mutable array references.
Structs§
- KeyGen
Error - An error occurred during key generation
Enums§
- Decrypt
Error - Error that can occur during decryption.
- Encrypt
Error - Error that can occur during encryption.
Traits§
- Aead
- An Authenticated Encryption with Associated Data (AEAD) scheme. This trait is low-level and is mostly used for implementing other, more usable APIs.