uncompressRawPublicKey(
rawPublicKey
):Uint8Array
Defined in: crypto.ts:342
Accepts a public key array buffer, and returns a buffer with the uncompressed version of the public key
Uint8Array
The public key.
Uint8Array
uncompressRawPublicKey(
rawPublicKey
):Uint8Array
Defined in: crypto.ts:342
Accepts a public key array buffer, and returns a buffer with the uncompressed version of the public key
Uint8Array
The public key.
Uint8Array