UPD: Доказуемо честные выборы: инициатива http://roi.ru/70340
24 августа 2019 года у меня снова появились мысли о технологии выборов, лишённых фальсификаций.
Актуально, особенно накануне очередных выборов губернатора Санкт-Петербурга.
Итак, продолжая тему честных выборов, сначала опубликую один интересный текст, взятый отсюда:
When I read this article on BitZino (go ahead and take a look, I’ll wait…) I couldn’t help thinking about elections.
It does seem like it would be pretty easy for an online casino to rig the games. This is a really awesome use of technology to prove that something is fair (even if I think gambling is stupid; I try to stay out of games that are stacked against me).
So if we can do this for card games, why not elections?
Note: everything I thought about here came up in a night’s sleep-deprived insomniac musings. I know some people a lot smarter than I have been thinking about this for a lot longer. I didn’t consult their writings at this time.
Thought about in the abstract, a hash function is a way to destroy some information, while keeping a fingerprint so that the original information can be verified with high credibility later. It’s really interesting some of the uses this technology has; BitCoin and BitZino are just the latest examples.
So, how might we use this to prove that elections are fair? Well, to begin with, let’s start with the problem of knowing that your vote was counted (as opposed to being locked up in a back room, misread, altered, etc. when the count is made). Suppose that when you voted, you received a hash based on your choices, plus your name and address, plus a salt for anonymity. Then all poll results are published, but each ballot is only identified by a hash. Anyone can validate that the sums add up. You can easily check for your hash to see that your choices were included correctly. Bam, you know your vote was counted. You could even run a program (open source, of course, for verifiability) that would compute your hash independently, given your votes + information + salt. And then submit that result online as your vote.
There are a few problems with this.
First, what if someone wants to coerce you to vote a particular way? They can now demand that you show them the hash of your vote to prove that you voted the way they wanted, and check that it was actually included in the results. So coercion is enabled. I can’t think of a good way around this, as the goals seem contradictory: you want to be able to track your ballot after casting it, but you don’t want anyone else be able to know what is on your ballot. However, as I said, a hash destroys information while enabling verification of it. I think this just requires more cleverness. BitZino apparently has a plan for provably fair group poker, which strikes me as having a similar complication. The players do not want other players to know what cards they received in what order, as it would reveal too much about their strategy; poker players are notorious for concealing everything possible from each other. I am very curious to find out how this will work, and I bet it will be applicable to the elections problem.
Second, how do you know no one is stuffing the ballot box? I.e. voting in the name of people who didn’t actually vote, or casting additional ballots in your name even if you did vote, or just ballots for fictional voters? These are actually several variations on the problem, and each might require a different measure. For example, perhaps each precinct has a running hash of all results so far. As each person votes, their identification is added to the previous hash and hashed to a new value, and each takes home a copy of the value before and after. The entire chain is published (voting records are public now, aren’t they?) This way, anyone can validate their inclusion in the precinct voting and the inclusion of all the other voters, so we would at least know how many votes were cast in the precinct and who voted, and each link in the chain could further validate their records. If the number of ballots didn’t match the number of names, it would indicate a problem. This is far from perfect, but it’s a lot more accountability than we have now and I bet someone can do better.
I suspect the real impediments are not technical. The first problem is that no one but compsci/infosci majors are going to understand this hashing business. The second is, what do we do with disputes? I.e. I go home and check my hashes and votes against the official ballots, and it’s either not there or not what I voted – how do I complain, and how seriously is it taken (vs. telling me I just must have marked by mistake, forgot what I chose, etc.)? What if 10,000 people show up with the same complaint? These are people problems.
Maybe a more thorough solution looks more like BitCoin’s blockchain, with public history and public validation from multiple sources, if imperfect anonymity. Not sure.
So, maybe it’s a lot more complex than online poker. Still, it seems like a promising path to me. Perhaps when the USA inevitably collapses, what rises from the ashes will incorporate provably fair voting.
Комментарии
Comment by Null
Comment by Null
Добавить комментарий