Construct the BIP 328 synthetic xpub for a pubkey

Synopsis

Declared in <musig.h>

CExtPubKey
CreateMuSig2SyntheticXpub(CPubKey const& pubkey);

Return Value

The BIP 328 synthetic extended public key.

Parameters

Name

Description

pubkey

The aggregate public key to wrap in a synthetic extended public key.

Created with MrDocs