Skip to content
This repository has been archived by the owner on Aug 17, 2020. It is now read-only.

Commit

Permalink
DESIGN doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
davidiw committed Sep 23, 2014
1 parent 1e0ff49 commit 8c99219
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion DESIGN
Expand Up @@ -361,9 +361,12 @@ EphemeralPublicKey_A, sorts the resulting ciphertext by lexicongraphical order,
produces a proof of correctness, and broadcasts this to all other servers. The
first server includes the initial input by clients. The message follows:

A -> B ([MSG_SHUFFLE | RoundId | Transcript_A] | [Signature_A])
A -> B ([MSG_SHUFFLE | RoundId | [Initial_Ciphertext] | Transcript_A] |
[Signature_A])
- MSG_SHUFFLE - int - the message type
- RoundId - QByteArray - The round identifier
- Initial_Ciphertext - QByteArray - Server0 (the proposer) inserts the set of
initial ciphertexts as part of this message, other servers have no value here
- Transcript_A - QByteArray - The shuffle output and proof of correctness
- Signature_A - Signature using the round key of the sender for this message

Expand Down

0 comments on commit 8c99219

Please sign in to comment.