NAME
Crypt::AuthEnc - [internal only]
SYNOPSIS
Do not use this module directly.
Use a concrete authenticated-encryption module such as Crypt::AuthEnc::GCM or Crypt::AuthEnc::ChaCha20Poly1305.
DESCRIPTION
Internal namespace placeholder for authenticated-encryption modules.
Do not use this module directly. Use a concrete implementation such as Crypt::AuthEnc::ChaCha20Poly1305, Crypt::AuthEnc::XChaCha20Poly1305, Crypt::AuthEnc::EAX, Crypt::AuthEnc::GCM, or Crypt::AuthEnc::OCB.