ReadonlyidThe KDF identifier.
ReadonlykeyThe length in bytes of an AEAD key (Nk).
ReadonlynonceThe length in bytes of an AEAD nonce (Nn).
ReadonlytagThe length in bytes of an AEAD authentication tag (Nt).
Creates an AEAD encryption context which has seal/open operation.
A byte string of the raw key.
An AEAD encryption context.
The AEAD interface.