aboutsummaryrefslogtreecommitdiff
path: root/nizk/commit/commit.go
AgeCommit message (Collapse)Author
2024-11-11refactoring in progressÖzgür Kesim
2024-11-11refactor struct namesÖzgür Kesim
2024-11-10add simpler API to nizk stagesÖzgür Kesim
2024-11-10start refactorÖzgür Kesim
2024-04-09nizk: use Bytes interface for abstractionÖzgür Kesim
2024-04-07nizk, bidder: introduced schnorr-signatures as proof for commitments of ↵Özgür Kesim
A=G^a and B=G^b
2024-04-04harmonize variable names across packagesÖzgür Kesim
2024-03-28nizk/stage1: Implementation of proof and verificaiton for stage1Özgür Kesim
The proof and verification of statements according to Stage1 (page 4) is done.
2024-03-28nizk/commit: rename from stage1 to commit, proper termÖzgür Kesim