Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseposner committed May 27, 2022
1 parent 959f4f0 commit e2da759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/secp256k1_frost.h
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ SECP256K1_API int secp256k1_frost_nonce_gen(
* Returns: 0 if the arguments are invalid, 1 otherwise
* Args: ctx: pointer to a context object
* Out: aggnonce: pointer to an aggregate public nonce object for
* musig_nonce_process
* frost_nonce_process
* In: pubnonces: array of pointers to public nonces sent by the
* signers
* n_pubnonces: number of elements in the pubnonces array. Must be
Expand Down

0 comments on commit e2da759

Please sign in to comment.