aboutsummaryrefslogtreecommitdiff
path: root/curve
AgeCommit message (Collapse)Author
2024-11-15simplify Product APIÖzgür Kesim
2024-04-09curve: -minor refactorÖzgür Kesim
2024-03-28nizk/stage1: NIZK proofs for commit phaseÖzgür Kesim
Implemented the NIZK for the B.a) Commit on page 4
2024-03-21veto, curve: slight refactorÖzgür Kesim
- Mult -> Mul - newVoteWithRand uses input rand io.Reader again.
2024-03-21curve: simplify interface - no additive formulationÖ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.