Structure
P256K.Schnorr.Nonce
A signer’s public nonce for MuSig2 operations, exchanged between signers during the nonce-aggregation phase of BIP-327.
- iOS 13.0+
- macCatalyst 13.0+
- macOS 10.15+
- tvOS 13.0+
- visionOS 1.0+
- watchOS 6.0+
struct Nonce
Overview
Unlike P256K.Schnorr.SecureNonce, a public nonce is safe to transmit and copy. The internal representation is the opaque 132-byte secp256k1_musig_pubnonce struct; the wire format is the 66-byte dataRepresentation produced by secp256k1_musig_pubnonce_serialize.
Topics
Construction
Serialization
Instance Methods