Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

homomorphic encryption #352

Open
AlZotova opened this issue Jan 12, 2022 · 2 comments
Open

homomorphic encryption #352

AlZotova opened this issue Jan 12, 2022 · 2 comments

Comments

@AlZotova
Copy link

Hello, please tell me how homomorphic encryption works in this system. At what point is the information encrypted and how does the decryption take place

@BenSmyth
Copy link

I've written extensively about Helios (https://bensmyth.com/publications.php) in works such as:

Ben Smyth (2021) Ballot secrecy: Security definition, sufficient conditions, and analysis of Helios. Journal of Computer Security, 29(6), https://bensmyth.com/publications/2015-ballot-secrecy/

There's a high-level description of encryption, homomorphically combining ciphertexts, and decryption in Sidebar 2 (p14). In Definition 23, more technical details are provided, including a description of ballot construction where votes are encrypted (p41) and tallying where ballots are homomorphically combined and decrypted (p42).

For sourcecode, see https://github.com/benadida/helios-server/blob/master/helios/crypto/algs.py

@nealmcb
Copy link

nealmcb commented Feb 9, 2022

Thanks, good info @BenSmyth! I think we can close this now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants