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 f24b838 commit 8192109Copy full SHA for 8192109
README.md
@@ -151,8 +151,9 @@ Usage examples can be found in the [examples](examples) directory. To compile th
151
* [Schnorr signatures example](examples/schnorr.c)
152
* [Deriving a shared secret (ECDH) example](examples/ecdh.c)
153
* [ElligatorSwift key exchange example](examples/ellswift.c)
154
+ * [MuSig2 Schnorr multi-signatures example](examples/musig.c)
155
-To compile the Schnorr signature and ECDH examples, you also need to configure with `--enable-module-schnorrsig` and `--enable-module-ecdh`.
156
+To compile the examples, make sure the corresponding modules are enabled.
157
158
Benchmark
159
------------
0 commit comments