compressRawPublicKey(
rawPublicKey
):Uint8Array
Defined in: crypto.ts:322
Accepts a public key Uint8Array, and returns a Uint8Array with the compressed version of the public key.
Uint8Array
The raw public key.
Uint8Array
– The compressed public key.
compressRawPublicKey(
rawPublicKey
):Uint8Array
Defined in: crypto.ts:322
Accepts a public key Uint8Array, and returns a Uint8Array with the compressed version of the public key.
Uint8Array
The raw public key.
Uint8Array
– The compressed public key.