We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 959f4f0 commit e2da759Copy full SHA for e2da759
include/secp256k1_frost.h
@@ -255,7 +255,7 @@ SECP256K1_API int secp256k1_frost_nonce_gen(
255
* Returns: 0 if the arguments are invalid, 1 otherwise
256
* Args: ctx: pointer to a context object
257
* Out: aggnonce: pointer to an aggregate public nonce object for
258
- * musig_nonce_process
+ * frost_nonce_process
259
* In: pubnonces: array of pointers to public nonces sent by the
260
* signers
261
* n_pubnonces: number of elements in the pubnonces array. Must be
0 commit comments