Skip to content

Commit 64e8beb

Browse files
committed
Update RFC comment
Responds to: BlockstreamResearch#278 (comment)
1 parent 536b045 commit 64e8beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/frost/keygen_impl.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ int secp256k1_frost_shares_trusted_gen(const secp256k1_context *ctx, secp256k1_f
125125
secp256k1_sha256_finalize(&sha, polygen);
126126

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

0 commit comments

Comments
 (0)