Skip to content

Commit a28c2ff

Browse files
Merge #1683: README: add link to musig example
8192109 README: add link to musig example, generalize module enabling hint (Sebastian Falbesoner) Pull request description: ACKs for top commit: real-or-random: ACK 8192109 Tree-SHA512: 9bfc7e59f0b6c6bacc591abe9835d1e6129e4daf286b91b35fad83ddf7d870a534d83ce2c27165ed8612f05695a5f15a3ef7bebbcbe63a5fe843d4c0617ebc9f
2 parents 2a9d374 + 8192109 commit a28c2ff

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)