From 16900b0eb2f98f4e563300ec74589dd19279d576 Mon Sep 17 00:00:00 2001 From: Jonas Nick Date: Wed, 18 Dec 2024 18:38:58 +0000 Subject: [PATCH] text: make paragraph more consistent --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7dabf4e..74ca754 100644 --- a/README.md +++ b/README.md @@ -327,7 +327,7 @@ EncPedPop then works like SimplPedPop with the following differences: Participant `i` will additionally transmit their public encryption nonce and an encrypted VSS share `shares[j] + pad_ij` for every other participant `j` as part of the first message to the coordinator. The coordinator collects all encrypted VSS shares, -and computes the sum `enc_secshare[j]` of all shares intended for every participant `j`. +and computes the sum `enc_secshare[i]` of all shares intended for every participant `i`. The coordinator sends all public encryption nonces along with the sum `enc_secshare[i]` to participant `i`. Participant `i` stores the sum as `enc_secshare`, derives the pads `pad_0i`, ..., `pad_ni` as described above,