Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 608 Bytes

File metadata and controls

15 lines (9 loc) · 608 Bytes

Variable: AEAD_EXPORT_ONLY

const AEAD_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.

See

HPKE AEAD Identifiers