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

fromInteger

open static fun fromInteger(privateKey: BigInteger): PublicKey (source)

Create the public key from a secret key.

Parameters

privateKey - The secret key.

Return
The associated public key.