musig: update version number of BIP
This commit is contained in:
parent
4eab2c2fd8
commit
f50ad76004
@ -9,9 +9,11 @@ extern "C" {
|
|||||||
|
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
|
||||||
/** This module implements BIP MuSig2 v1.0.0-rc.3, a multi-signature scheme
|
/** This module implements BIP 327 "MuSig2 for BIP340-compatible
|
||||||
* compatible with BIP-340 ("Schnorr"). You can find an example demonstrating
|
* Multi-Signatures"
|
||||||
* the musig module in examples/musig.c.
|
* (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
|
* The module also supports BIP-341 ("Taproot") public key tweaking and adaptor
|
||||||
* signatures as described in
|
* signatures as described in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user