getPublicKey(
privateKey
,isCompressed
):Uint8Array
Defined in: crypto.ts:56
Get PublicKey function Derives public key from Uint8Array or hexstring private key
The Uint8Array or hexstring representation of a compressed private key.
string
| Uint8Array
boolean
= true
Specifies whether to return a compressed or uncompressed public key. Defaults to true.
Uint8Array
getPublicKey(
privateKey
,isCompressed
):Uint8Array
Defined in: crypto.ts:56
Get PublicKey function Derives public key from Uint8Array or hexstring private key
The Uint8Array or hexstring representation of a compressed private key.
string
| Uint8Array
boolean
= true
Specifies whether to return a compressed or uncompressed public key. Defaults to true.
Uint8Array