Web3S_Demo > Web 3S Ecdsa Secp 256k 1Function Library > Generate Public Key (secp256k1)

Generate Public Key (secp256k1)

Generates a public key for secp256k1.

Inputs

In
Exec

Private Key
Array of Bytes

The private key to use for generating the public key.

Outputs

Out
Exec

Public Key
Array of Bytes

The generated public key.

Success
Boolean

False on failure.