pub Key Tweak Add
abstract fun pubKeyTweakAdd(pubkey: ByteArray, tweak: ByteArray): ByteArray
Content copied to clipboard
Tweak a public key by adding tweak times the generator to it. Returns the uncompressed public key (65 bytes).