Skip to content

Commit c10f50c

Browse files
committed
README: add link to musig example
1 parent f24b838 commit c10f50c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ Usage examples can be found in the [examples](examples) directory. To compile th
151151
* [Schnorr signatures example](examples/schnorr.c)
152152
* [Deriving a shared secret (ECDH) example](examples/ecdh.c)
153153
* [ElligatorSwift key exchange example](examples/ellswift.c)
154+
* [MuSig2 Schnorr multi-signatures example](examples/musig.c)
154155
155156
To compile the Schnorr signature and ECDH examples, you also need to configure with `--enable-module-schnorrsig` and `--enable-module-ecdh`.
156157

0 commit comments

Comments
 (0)