File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -144,9 +144,13 @@ SECP256K1_API int secp256k1_schnorrsig_sign(
144
144
* Creates the same signatures as schnorrsig_sign if msglen is 32 and the
145
145
* extraparams.ndata is the same as aux_rand32.
146
146
*
147
+ * Returns 1 on success, 0 on failure.
148
+ * Args: ctx: pointer to a context object (not secp256k1_context_static).
149
+ * Out: sig64: pointer to a 64-byte array to store the serialized signature.
147
150
* In: msg: the message being signed. Can only be NULL if msglen is 0.
148
- * msglen: length of the message
149
- * extraparams: pointer to a extraparams object (can be NULL)
151
+ * msglen: length of the message.
152
+ * keypair: pointer to an initialized keypair.
153
+ * extraparams: pointer to an extraparams object (can be NULL).
150
154
*/
151
155
SECP256K1_API int secp256k1_schnorrsig_sign_custom (
152
156
const secp256k1_context * ctx ,
You can’t perform that action at this time.
0 commit comments