Skip to content

Commit 8192109

Browse files
theStackjonasnick
andcommitted
README: add link to musig example, generalize module enabling hint
Co-authored-by: Jonas Nick <jonasd.nick@gmail.com>
1 parent f24b838 commit 8192109

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,9 @@ 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
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.
156157
157158
Benchmark
158159
------------

0 commit comments

Comments
 (0)