We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93ac42c commit de87502Copy full SHA for de87502
include/secp256k1_musig.h
@@ -472,7 +472,8 @@ SECP256K1_API int secp256k1_musig_nonce_parity(
472
* invalid (overflowing) values. 1 otherwise (which does NOT mean the
473
* signature or the adaptor are valid!)
474
* Args: ctx: pointer to a context object
475
- * Out: sig64: 64-byte signature
+ * Out: sig64: 64-byte signature. This pointer may point to the same
476
+ * memory area as `pre_sig`.
477
* In: pre_sig64: 64-byte pre-signature
478
* sec_adaptor32: 32-byte secret adaptor to add to the pre-signature
479
* nonce_parity: the output of `musig_nonce_parity` called with the
0 commit comments