jseeqret - v1.0.4
Preparing search index...
core/crypto/nacl
get_public_key
Function get_public_key
get_public_key
(
privateKey
:
Uint8Array
<
ArrayBufferLike
>
,
)
:
Uint8Array
<
ArrayBufferLike
>
Derive the public key from a private key.
Parameters
privateKey
:
Uint8Array
<
ArrayBufferLike
>
32-byte private key
Returns
Uint8Array
<
ArrayBufferLike
>
32-byte public key
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
jseeqret - v1.0.4
Loading...
Derive the public key from a private key.