Xonly Public Key
x-only pubkey, used with Schnorr signatures (see https://github.com/bitcoin/bips/tree/master/bip-0340) we only store the x coordinate of the pubkey, the y coordinate is always even
Constructors
Functions
Link copied to clipboard
fun outputKey(tapTweak: Crypto.TaprootTweak): Pair<XonlyPublicKey, Boolean>
Content copied to clipboard
"tweaks" this key with an optional merkle root
Link copied to clipboard