From f50ad760049bb86e81e288456e01fc38ea289776 Mon Sep 17 00:00:00 2001 From: Jonas Nick Date: Thu, 11 May 2023 17:20:10 +0000 Subject: [PATCH] musig: update version number of BIP --- include/secp256k1_musig.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/include/secp256k1_musig.h b/include/secp256k1_musig.h index 38b8c0b8..dadef182 100644 --- a/include/secp256k1_musig.h +++ b/include/secp256k1_musig.h @@ -9,9 +9,11 @@ extern "C" { #include -/** This module implements BIP MuSig2 v1.0.0-rc.3, a multi-signature scheme - * compatible with BIP-340 ("Schnorr"). You can find an example demonstrating - * the musig module in examples/musig.c. +/** This module implements BIP 327 "MuSig2 for BIP340-compatible + * Multi-Signatures" + * (https://github.com/bitcoin/bips/blob/master/bip-0327.mediawiki) + * v1.0.0. You can find an example demonstrating the musig module in + * examples/musig.c. * * The module also supports BIP-341 ("Taproot") public key tweaking and adaptor * signatures as described in