Documentation Index
Fetch the complete documentation index at: https://turnkey-0e7c1f5b-bc-add-sdk-typedoc.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Function: hpkeAuthEncrypt()
hpkeAuthEncrypt(Defined in: crypto.ts:138 HPKE Encrypt Function Encrypts data using Authenticated ,Hybrid Public Key Encryption (HPKE) standard https://datatracker.ietf.org/doc/rfc9180/.params):Uint8Array
Parameters
params
HpkeAuthEncryptParams
The encryption parameters including plain text, encapsulated key, and sender private key.
Returns
Uint8Array
- The encrypted data.