Skip to content

Commit 82b3646

Browse files
committed
update rfc comment
1 parent 2b8fcf0 commit 82b3646

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
@@ -164,7 +164,7 @@ static int secp256k1_frost_share_gen(secp256k1_frost_share *share, const unsigne
164164
int ret = 1;
165165

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

0 commit comments

Comments
 (0)