Module arrayref

Module arrayref 

Source
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§

KeyGenError
An error occurred during key generation

Enums§

DecryptError
Error that can occur during decryption.
EncryptError
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.