Advertisement
Guest User

Untitled

a guest
May 13th, 2013
328
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. Vote Register
  2. Sends Tokens to Users and affirms them for the clearing authority
  3.  
  4. Clearing Authority
  5. Accepts RSA Signed Tokens and affirms them for the voting server
  6.  
  7. Voting Server
  8. Accepts RSA Signed Votes and confirms them with a VotePrivatekey signed message of the users PubKey
  9. Stores a list of all signed votes
  10. Publishes an encrypted list of all (unsigned) votes and all pubkeys that have voted
  11. At the end of the voting the VotePrivatekey is published and the list decrypted, any voter can see that his pubkey is in the list of the votees
  12. A democratically elected board of scrutineers confirms that all pubkeys have correctly signed votes and vice versa
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement