getPubKey

abstract fun getPubKey(privateKey: UByteArray): UByteArray

Given a private key, return the corresponding (secp256k1) public key -- that is the privKey*G where G is the group generator


abstract fun getPubKey(privateKey: ByteArray): ByteArray