constAEAD_EXPORT_ONLY:AEADFactory
Export-only AEAD mode.
A special AEAD mode that disables encryption/decryption operations and only allows key export functionality. Used when HPKE is employed solely for key agreement and derivation, not for message encryption. Cannot be used with Seal/Open operations.
This is a factory function that must be passed to the CipherSuite constructor.