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

feat(rust/catalyst-voting): Tally proof generation and verification #45

Merged
merged 59 commits into from
Oct 4, 2024

Conversation

Mr-Leshiy
Copy link
Contributor

Description

Added functionality of the tally proof generation and verification.

Related Issue(s)

Closes #42

Description of Changes

  • Added two new functions generate_tally_proof, verify_tally_proof.
  • Added DLEQ crypto algorithm.
  • updated voting_test with adding and verifying tally proofs.
  • Some refactoring.

@Mr-Leshiy Mr-Leshiy changed the title feat(catalyst-voting): Tally proof generation and verification feat(rust/catalyst-voting): Tally proof generation and verification Oct 2, 2024
@Mr-Leshiy Mr-Leshiy added the review me PR is ready for review label Oct 2, 2024
@Mr-Leshiy Mr-Leshiy requested review from stevenj and cong-or October 2, 2024 14:45
@Mr-Leshiy Mr-Leshiy requested a review from cong-or October 3, 2024 08:07
Copy link
Contributor

@cong-or cong-or left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

Copy link
Contributor

github-actions bot commented Oct 4, 2024

Test Report | ${\color{lightgreen}Pass: 202/202}$ | ${\color{red}Fail: 0/202}$ |

@Mr-Leshiy Mr-Leshiy merged commit 43cd0a7 into main Oct 4, 2024
18 checks passed
@Mr-Leshiy Mr-Leshiy deleted the feat/tally-proof branch October 4, 2024 06:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
review me PR is ready for review
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

🛠️ [TASK]: Tally proof for catalyst-voting
2 participants