Hacker News new | ask | show | jobs
by someguynamedq 97 days ago
Sorry, isn't this dead simple?

Maintain a list of identity hashes. When someone goes to vote, deny them if they're already in the list . Otherwise, add their hash to the list then allow a vote to be cast.

1 comments

This makes the secrecy aspect problematic. You can't have zero trust in authority, verifiability and resistance to sabotage all at once.