aboutsummaryrefslogtreecommitdiff
path: root/veto
AgeCommit message (Collapse)Author
2024-11-15simplify Product APIÖzgür Kesim
2024-04-04harmonize variable names across packagesÖzgür Kesim
2024-03-22no need for id in ProofÖzgür Kesim
2024-03-21veto, curve: slight refactorÖzgür Kesim
- Mult -> Mul - newVoteWithRand uses input rand io.Reader again.
2024-03-21veto: -shorten curve nameÖzgür Kesim
2024-03-21veto, curve: Added an abstraction layer for elliptic curvesÖzgür Kesim
This will allow to easily swap various curves and implementations, for benchmarking, f.e.
2024-03-20veto: added more commentsÖzgür Kesim
2024-03-20veto: commitment(round1), round2 and veto check implementedÖzgür Kesim
The core elements to resemble the calculation of the AV-net protocol is ready, Votes generate Commitments, calculate the Proofs for the X's, R's, calculate the data for round2 and calculate the final vote, according to the paper.