From cbfcef39b4a44774465d531c34dfee7824662cbf Mon Sep 17 00:00:00 2001 From: Tim Ruffing Date: Thu, 19 Dec 2024 11:05:55 +0100 Subject: [PATCH] text: Fix footnote tag --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4762cec..258d9d7 100644 --- a/README.md +++ b/README.md @@ -631,8 +631,8 @@ If a participant deems a protocol session successful (as defined in [Inputs and The following figure shows an example ChillDKG involving the participants and the coordinator. For simplicity, only one participant is depicted. Arrows indicate network messages between the parties. -Each message sent by the coordinator is a broadcast message[^no-reliable broadcast], -i.e., the coordinator sends the same message to each participant. +Each message sent by the coordinator is a broadcast message, +i.e., the coordinator sends the same message to each participant.[^no-reliable-broadcast] Unless participants abort due to errors, all participants run the same code and send messages in the same steps. [^no-reliable-broadcast]: Recall that we do not assume a *reliable* broadcast channel but instead that the coordinator has separate a point-to-point communication links to each participant. In other words, the protocol prescribes that an honest coordinator sends the same message to every participant, but the security of the protocol does not depend on the coordinator adhering to that prescribe.