Skip to main content

Function: coseToUncompressed()

coseToUncompressed(cose): Uint8Array
Defined in: packages/signers/src/passkey/cose.ts:124 Rebuild the 65-byte uncompressed point 0x04 ‖ X(32) ‖ Y(32) from COSE x/y.

Parameters

cose

x

Uint8Array

y

Uint8Array

Returns

Uint8Array