Skip to content

Commit de87502

Browse files
committed
fixup! mention that args can overlap
1 parent 93ac42c commit de87502

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/secp256k1_musig.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,8 @@ SECP256K1_API int secp256k1_musig_nonce_parity(
472472
* invalid (overflowing) values. 1 otherwise (which does NOT mean the
473473
* signature or the adaptor are valid!)
474474
* Args: ctx: pointer to a context object
475-
* Out: sig64: 64-byte signature
475+
* Out: sig64: 64-byte signature. This pointer may point to the same
476+
* memory area as `pre_sig`.
476477
* In: pre_sig64: 64-byte pre-signature
477478
* sec_adaptor32: 32-byte secret adaptor to add to the pre-signature
478479
* nonce_parity: the output of `musig_nonce_parity` called with the

0 commit comments

Comments
 (0)