Module nettle::aead

source ·
Expand description

Authenticated encryption mode with associated data.

Re-exports

Structs

  • Counter with CBC-MAC mode (NIST SP800-38C).
  • D.J. Bernsteins ChaCha-Poly1305 AEAD stream cipher.
  • M.Bellare et.al EAX mode of operation.
  • Galois/Counter mode (NIST SP800-38D).
  • Phillip Rogaway’s OCB mode of operation.

Constants

  • Whether or not this algorithm is supported by the version of Nettle we are linked against at build time.

Traits

  • A AEAD mode of operation.