helios-server
helios-server copied to clipboard
Helios server
I am trying to understand how the file **helios/helios-server-mixnet-master/standalone/mix.py** works. It reads a ballots.json file and it uses it to mix the answers. This is done in this part: ```...
Could you put here in this repo all of the documentation, maybe in a docs/ directory? The https://documentation.heliosvoting.org server is down, so the link to technical documentation at https://heliosvoting.org/docs is...
Updating all to the latest, as mentioned in https://github.com/benadida/helios-server/issues/183
Hi! I am trying to deploy the app in production but I am getting the follow error after I try to login with google credential (when google return to my...
I want to try independent voting booth using official Helios server However, the web does not have CORS headers, so you cannot do independent booths. (The booth crashes on get_randomness;...
Would you mind explaining why did you assume that there's no absolute result type when the_max is greater than 1? https://github.com/benadida/helios-server/blob/master/helios/models.py#L593-L616 So,theoretically it means we can't have an election with...
I came accross a possible issue with helios/models and I wanted to know your opinion def one_question_winner(cls, question, result, num_cast_votes): """ determining the winner for one question """ # sort...
Hello! I came across here by the fork of project used in UFSC (Brazil). I am looking for to know if the original project already have support for LDAP auth...