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: hpkeDecrypt()
hpkeDecrypt(Defined in: crypto.ts:224 HPKE Decrypt Function Decrypts data using Hybrid Public Key Encryption (HPKE) standard https://datatracker.ietf.org/doc/rfc9180/.params):Uint8Array
Parameters
params
HpkeDecryptParams
The decryption parameters including ciphertext, encapsulated key, and receiver private key.
Returns
Uint8Array
- The decrypted data.