summaryrefslogtreecommitdiff
path: root/bip-0373.mediawiki
AgeCommit message (Collapse)Author
2024-12-17Merge pull request #1717 from kdmukai/patch-3Jon Atack
[BIP-373] Slight rewrite of evenness byte footnote for clarity
2024-12-17Slight rewrite of evenness byte explanation for claritykdmukai
2024-12-17Fix typos in BIP-0370 and BIP-0373 (#1718)Maks
* Update bip-0370.mediawiki * Update bip-0373.mediawiki
2024-12-06BIP-373: denote different public key types consistentlySebastian Falbesoner
Improve the clarity of the BIP w.r.t. pubkeys in the following ways: - be specific about the purpose of pubkey types in PSBT fields ("plain pubkey" alone doesn't say a lot, especially if it's used repeatedly within a field) - replace all uses of "plain pubkey" by "compressed pubkey" (the only category that should matter is whether the pubkey type is "x-only" or "plain") - use consistent word order, e.g. prefer "compressed aggregate public key" over "aggregate compressed public key"
2024-11-08373: Clarify where keys in MuSig fields may appear in the Taproot outputAva Chow
- The aggregate pubkey in `PSBT_{IN,OUT}_MUSIG2_PARTICIPANT_PUBKEYS` does not have to appear anywhere in the Taproot output. - The plain pubkeys in `PSBT_IN_MUSIG2_PUB_NONCE` and `PSBT_IN_MUSIG2_PARTIAL_SIG` must be either the output pubkey, or appears in a script, and not the internal key.
2024-06-18BIP 373: add MuSig2 PSBT Fields BIPAva Chow