From 64e8beb8d2a9b79e8a1f242da187383e785942a6 Mon Sep 17 00:00:00 2001 From: Jesse Posner Date: Wed, 28 Aug 2024 15:34:30 -0700 Subject: [PATCH] Update RFC comment Responds to: https://github.com/BlockstreamResearch/secp256k1-zkp/pull/278#discussion_r1707007044 --- src/modules/frost/keygen_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/frost/keygen_impl.h b/src/modules/frost/keygen_impl.h index f863a8b85..1c3b90182 100644 --- a/src/modules/frost/keygen_impl.h +++ b/src/modules/frost/keygen_impl.h @@ -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;