tuweni / org.apache.tuweni.crypto / SECP256K1 / PublicKey / fromSecretKey

fromSecretKey

open static fun fromSecretKey(secretKey: SecretKey): PublicKey (source)

Create the public key from a secret key.

Parameters

secretKey - The secret key.

Return
The associated public key.