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: uncompressRawPublicKey()
uncompressRawPublicKey(Defined in: crypto.ts:342 Accepts a public key array buffer, and returns a buffer with the uncompressed version of the public keyrawPublicKey):Uint8Array
Parameters
rawPublicKey
Uint8Array
The public key.
Returns
Uint8Array
- The uncompressed public key.