We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3050edd commit 93ac42cCopy full SHA for 93ac42c
include/secp256k1_musig.h
@@ -434,7 +434,8 @@ SECP256K1_API SECP256K1_WARN_UNUSED_RESULT int secp256k1_musig_partial_sig_verif
434
* In: session: pointer to the session that was created with
435
* musig_nonce_process
436
* partial_sigs: array of pointers to partial signatures to aggregate
437
- * n_sigs: number of elements in the partial_sigs array
+ * n_sigs: number of elements in the partial_sigs array. Must be
438
+ * greater than 0.
439
*/
440
SECP256K1_API int secp256k1_musig_partial_sig_agg(
441
const secp256k1_context* ctx,
0 commit comments