pub Key Tweak Mul
abstract fun pubKeyTweakMul(pubkey: ByteArray, tweak: ByteArray): ByteArray
Content copied to clipboard
Tweak a public key by multiplying it by a tweak value. Returns the uncompressed public key (65 bytes).
Tweak a public key by multiplying it by a tweak value. Returns the uncompressed public key (65 bytes).