Skip to content

Commit

Permalink
text: make paragraph more consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasnick committed Dec 18, 2024
1 parent fa78d00 commit 16900b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 16900b0

Please sign in to comment.