Skip to content

Commit

Permalink
fixup! mention that args can overlap
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasnick committed Dec 17, 2021
1 parent 93ac42c commit de87502
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/secp256k1_musig.h
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,8 @@ SECP256K1_API int secp256k1_musig_nonce_parity(
* invalid (overflowing) values. 1 otherwise (which does NOT mean the
* signature or the adaptor are valid!)
* Args: ctx: pointer to a context object
* Out: sig64: 64-byte signature
* Out: sig64: 64-byte signature. This pointer may point to the same
* memory area as `pre_sig`.
* In: pre_sig64: 64-byte pre-signature
* sec_adaptor32: 32-byte secret adaptor to add to the pre-signature
* nonce_parity: the output of `musig_nonce_parity` called with the
Expand Down

0 comments on commit de87502

Please sign in to comment.