From 819210974bd91bbbe6cc2e691b12c3e6130aa9d5 Mon Sep 17 00:00:00 2001 From: Sebastian Falbesoner Date: Sat, 7 Jun 2025 16:15:29 +0200 Subject: [PATCH] README: add link to musig example, generalize module enabling hint Co-authored-by: Jonas Nick --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f35b37b..3d3118ad 100644 --- a/README.md +++ b/README.md @@ -151,8 +151,9 @@ Usage examples can be found in the [examples](examples) directory. To compile th * [Schnorr signatures example](examples/schnorr.c) * [Deriving a shared secret (ECDH) example](examples/ecdh.c) * [ElligatorSwift key exchange example](examples/ellswift.c) + * [MuSig2 Schnorr multi-signatures example](examples/musig.c) -To compile the Schnorr signature and ECDH examples, you also need to configure with `--enable-module-schnorrsig` and `--enable-module-ecdh`. +To compile the examples, make sure the corresponding modules are enabled. Benchmark ------------