Skip to content

Private Voting using SEAL #725

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

Open
wants to merge 2 commits into
base: contrib
Choose a base branch
from
Open

Conversation

jayeshthk
Copy link

a private voting system where multiple parties can submit their votes (as encrypted integers) and the final tally is computed homomorphically without decrypting individual votes.

Key Points in This Example:
Private Voting: Each voter's vote is encrypted, ensuring privacy.
Homomorphic Addition: The votes are added together in their encrypted form, preserving the privacy of individual votes.
Final Tally: The final result is decrypted to reveal the total number of 'Yes' votes without exposing individual votes.

Create PVT_voting.cs for private voting system using SEAL
@jayeshthk
Copy link
Author

@microsoft-github-policy-service agree

@jayeshthk the command you issued was incorrect. Please try again.

Examples are:

@microsoft-github-policy-service agree

and

@microsoft-github-policy-service agree company="your company"

@jayeshthk
Copy link
Author

@microsoft-github-policy-service agree company="ARKVIEN AI"

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

Successfully merging this pull request may close these issues.

1 participant