AEAD (Authenticated Encryption with Associated Data)
AEAD is an authenticated encryption approach that encrypts a message while also authenticating additional unencrypted data (such as headers). AEAD is used heavily in network protocols like TLS, where some fields must remain visible but still integrity-protected.