Skip to content

Commit

Permalink
update rfc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseposner committed Aug 30, 2024
1 parent 2b8fcf0 commit 82b3646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/frost/keygen_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ static int secp256k1_frost_share_gen(secp256k1_frost_share *share, const unsigne
int ret = 1;

/* Derive share */
/* See draft-irtf-cfrg-frost-08#appendix-C.1 */
/* See RFC 9591, appendix C.1 */
secp256k1_scalar_set_int(&share_i, 0);
if (!secp256k1_frost_compute_indexhash(&idx, id33)) {
return 0;
Expand Down

0 comments on commit 82b3646

Please sign in to comment.