pubKeyTweakAdd

abstract fun pubKeyTweakAdd(pubkey: ByteArray, tweak: ByteArray): ByteArray

Tweak a public key by adding tweak times the generator to it. Returns the uncompressed public key (65 bytes).