Structure
P256K.Schnorr.XonlyKey
The corresponding x-only public key for the secp256k1 curve, as defined by BIP-340.
- iOS 13.0+
- macCatalyst 13.0+
- macOS 10.15+
- tvOS 13.0+
- visionOS 1.0+
- watchOS 6.0+
struct XonlyKey
Mentioned In
Overview
X-only keys drop the Y-coordinate parity bit from the 33-byte compressed encoding, matching the representation BIP-340 verifiers consume directly. The 1-bit parity is preserved separately as parity so Taproot tweak verification can reconstruct the full (x, y) point.
Topics
Inspection
Construction
Operators
Instance Methods