Commit 3f2b05d
feat(wasm-utxo): add MuSig2 external crate implementation
Add k256-based MuSig2 crate to implement BIP327 key aggregation. This
allows us to use a standard implementation while maintaining our own
legacy algorithms for backward compatibility.
Includes test cases to verify that external crate produces identical
results to our internal implementation.
Issue: BTC-2652
Co-authored-by: llm-git <[email protected]>1 parent 29fb259 commit 3f2b05d
File tree
4 files changed
+416
-49
lines changed- packages/wasm-utxo
- src/fixed_script_wallet/wallet_scripts
4 files changed
+416
-49
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments