Commit 74f8b09
feat(wasm-utxo): add musig2 crate as dependency
Add the musig2 crate and secp256k1 dependencies to support MuSig2
signature aggregation. Configure getrandom crate with js feature.
Also added a compiler flag to fix secp256k1-sys compilation with
strict compilers.
Issue: BTC-2652
Co-authored-by: llm-git <[email protected]>1 parent 29fb259 commit 74f8b09
3 files changed
+154
-12
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 | + | |
| 23 | + | |
21 | 24 | | |
22 | 25 | | |
23 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
5 | 8 | | |
6 | 9 | | |
7 | 10 | | |
| |||
0 commit comments