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 28, 2024
1 parent 536b045 commit 64e8beb
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 @@ -125,7 +125,7 @@ int secp256k1_frost_shares_trusted_gen(const secp256k1_context *ctx, secp256k1_f
secp256k1_sha256_finalize(&sha, polygen);

/* Derive shares */
/* See draft-irtf-cfrg-frost-08#appendix-C.1 */
/* See RFC 9591, appendix C.1 */
for (i = 0; i < n_participants; i++) {
secp256k1_scalar share_i, idx;

Expand Down

0 comments on commit 64e8beb

Please sign in to comment.