aboutsummaryrefslogtreecommitdiff
path: root/veto/veto_test.go
AgeCommit message (Collapse)Author
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: 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.