summaryrefslogtreecommitdiff
path: root/bip-0327.mediawiki
AgeCommit message (Collapse)Author
2024-10-11BIP327: update statusJon Atack
2024-07-23bip-0327: 1.0.1 -> 1.0.2Jonas Nick
(cherry picked from commit 4f2e6e7ffbd2fdc095ab8d59827be9da18b790be)
2024-07-19bip327: minor fixessiv2r
- An error test vector doesn’t specify the InvalidContributionError type - In *DeterministicSign*, use GetXonlyPubkey instead of GetPubkey - The key_agg_and_tweak fn doesn’t specify the return type - In partial_sig_verify_internal, the pubkey arg should be PlainPk - Remove unused enumerate() fn calls - In test_sign_verify, add an additional assert statement
2024-06-13bip-0327: Remove obsolete paragraphTim Ruffing
2024-05-28Fix typos on 17 files.Alexander Cyon
2024-05-14Merge pull request #1591 from siv2r/bip327-fix-verify-fail-vectorJon Atack
Fix the first two test vectors of verify fail test
2024-05-14Fix the four test vectorssiv2r
- first two vectors of verify_fail_test - first two vectors of verify_error_test
2024-02-26bip327: fix broken linkssiv2r
2023-03-29BIP327: fixups for buildtable.plAnthony Towns
2023-03-27Add BIP327: MuSig2 for BIP340-compatible Multi-SignaturesJonas Nick