Initializer
init(xonlyKey:)
Creates a MuSig aggregate public key from its x-only form, restoring the key aggregation cache.
- iOS 13.0+
- macCatalyst 13.0+
- macOS 10.15+
- tvOS 13.0+
- visionOS 1.0+
- watchOS 6.0+
init(xonlyKey: P256K.MuSig.XonlyKey)
Parameters
-
xonlyKey
-
An P256K.MuSig.XonlyKey whose cache was preserved from the original aggregate(_:) call.