We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 179629b commit 1e95f23Copy full SHA for 1e95f23
examples/musig.c
@@ -4,9 +4,9 @@
4
* file COPYING or https://www.opensource.org/licenses/mit-license.php.*
5
**********************************************************************/
6
7
-/**
8
- * This file demonstrates how to use the MuSig module to create a multisignature.
9
- * Additionally, see the documentation in include/secp256k1_musig.h.
+/** This file demonstrates how to use the MuSig module to create a
+ * multisignature. Additionally, see the documentation in
+ * include/secp256k1_musig.h and src/modules/musig/musig.md.
10
*/
11
12
#include <stdio.h>
0 commit comments