Structure
P256K.MuSig.XonlyKey
The 32-byte x-only form of a MuSig2 aggregate public key, used for BIP-340 Schnorr signature verification and Taproot tweaking via add(_:).
- iOS 13.0+
- macCatalyst 13.0+
- macOS 10.15+
- tvOS 13.0+
- visionOS 1.0+
- watchOS 6.0+
struct XonlyKey
Overview
X-only keys drop the Y-coordinate parity bit from the standard 33-byte compressed encoding, matching the representation BIP-340 verifiers consume directly. The 1-bit parity is retained separately as parity so Taproot tweak verification can reconstruct the full point when computing t * G and the subsequent conditional negation.
Topics
Inspection
Reconstruction
Operators
Instance Methods