File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ extern "C" {
13
13
* (https://eprint.iacr.org/2020/1261, see Appendix B for the exact variant).
14
14
* Signatures are compatible with BIP-340 ("Schnorr").
15
15
* There's an example C source file in the module's directory
16
- * (src/modules/ musig/example .c) that demonstrates how it can be used.
16
+ * (examples/ musig.c) that demonstrates how it can be used.
17
17
*
18
18
* The module also supports BIP-341 ("Taproot") public key tweaking and adaptor
19
19
* signatures as described in
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Notes on the musig module API
2
2
===========================
3
3
4
4
The following sections contain additional notes on the API of the musig module (` include/secp256k1_musig.h ` ).
5
- A usage example can be found in ` src/modules/ musig/example .c` .
5
+ A usage example can be found in ` examples/ musig.c` .
6
6
7
7
# API misuse
8
8
@@ -27,7 +27,7 @@ A (Taproot) tweak can be added to the resulting public key with `secp256k1_xonly
27
27
28
28
# Signing
29
29
30
- This is covered by ` src/modules/ musig/example .c` .
30
+ This is covered by ` examples/ musig.c` .
31
31
Essentially, the protocol proceeds in the following steps:
32
32
33
33
1 . Generate a keypair with ` secp256k1_keypair_create ` and obtain the xonly public key with ` secp256k1_keypair_xonly_pub ` .
You can’t perform that action at this time.
0 commit comments