From dc5f2da1d19715d8f688625afab8fd3fc8b84402 Mon Sep 17 00:00:00 2001 From: Alfredo Garcia Date: Thu, 13 May 2021 09:22:42 -0300 Subject: [PATCH] split doc comment in lines --- rfcs/0001-messages.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rfcs/0001-messages.md b/rfcs/0001-messages.md index b53163b..a87f14b 100644 --- a/rfcs/0001-messages.md +++ b/rfcs/0001-messages.md @@ -89,7 +89,11 @@ const BASIC_FROST_SERIALIZATION: MsgVersion = MsgVersion(0); /// So in serialization, we assign the dealer and aggregator the highest IDs, /// and mark those IDs as invalid for signers. /// -/// "When performing Shamir secret sharing, a polynomial `f(x)` is used to generate each party’s share of the secret. The actual secret is `f(0)` and the party with ID `i` will be given a share with value `f(i)`. Since a DKG may be implemented in the future, we recommend that the ID `0` be declared invalid." +/// "When performing Shamir secret sharing, a polynomial `f(x)` is used to generate +/// each party’s share of the secret. The actual secret is `f(0)` and the party with +/// ID `i` will be given a share with value `f(i)`. +/// Since a DKG may be implemented in the future, we recommend that the ID `0` +/// be declared invalid." /// https://raw.githubusercontent.com/ZcashFoundation/redjubjub/main/zcash-frost-audit-report-20210323.pdf#d enum ParticipantId { /// A serialized participant ID for a signer.