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 - SecretKey!: The secret key.

Return
PublicKey!: The associated public key.