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 c10f50cCopy full SHA for c10f50c
README.md
@@ -151,6 +151,7 @@ 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
156
To compile the Schnorr signature and ECDH examples, you also need to configure with `--enable-module-schnorrsig` and `--enable-module-ecdh`.
157
0 commit comments