aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-17-variable names changedÖzgür Kesim
2024-11-17allow up to 32 bit encodingÖzgür Kesim
2024-11-17wip: winning detect works, albeit with a workaroundÖzgür Kesim
2024-11-17wip: winning detect works, albeit with a workaroundÖzgür Kesim
2024-11-17wip: towards vickrey auctionsÖzgür Kesim
2024-11-15randomized test and benchmark work!Özgür Kesim
2024-11-15example from paper runs as testÖzgür Kesim
2024-11-15stage2 now works; tests passÖzgür Kesim
2024-11-15simplify Product APIÖzgür Kesim
2024-11-15simplify NewBit signatureÖzgür Kesim
2024-11-14stage2: fix logic error for lost caseÖzgür Kesim
2024-11-14more granular stage2 testÖzgür Kesim
2024-11-14fix nullptrÖzgür Kesim
2024-11-14simplify api even more, make it also more robustÖzgür Kesim
2024-11-14simplify API and structsÖzgür Kesim
2024-11-14rudimentary test for stage2 now pass!Özgür Kesim
2024-11-14match variable names to documentationÖzgür Kesim
2024-11-14test-case prev_rtue == false now passes!Özgür Kesim
2024-11-14wip: refactor stage commit into a single data structure; test for stage2 STIL...Özgür Kesim
2024-11-13WiP: stage2 refactor started, no functioning testÖzgür Kesim
2024-11-13factored out reveal()Özgür Kesim
2024-11-13Reveal: add error to return signature, for upcomming Y calculation errorsÖzgür Kesim
2024-11-13introduced step reveal for stage1, taking paramater for other bidders; simple...Özgür Kesim
2024-11-12BROKEN refactor: rewrote stage2; notice bug in definition and handling of YÖzgür Kesim
2024-11-12stage1 tests adjustedÖzgür Kesim
2024-11-12refactor bit and stages: common stages type for both statgesÖzgür Kesim
2024-11-12refactor: make Bit and Stage1 more composableÖzgür Kesim
2024-11-12refactor: commit and stage1 now incrementalÖzgür Kesim
2024-11-11marked structure relationsÖzgür Kesim
2024-11-11refactor progress: stage2 moved upÖzgür Kesim
2024-11-11refactoring in progressÖzgür Kesim
2024-11-11refactor struct namesÖzgür Kesim
2024-11-10dashboard: api refactorÖzgür Kesim
2024-11-10refactor: slight renaming; added (empty) doc.go to nizkÖzgür Kesim
2024-11-10add simpler API to nizk stagesÖzgür Kesim
2024-11-10make message a type; add testÖzgür Kesim
2024-11-10start refactorÖzgür Kesim
2024-11-08moving declarations aroundÖzgür Kesim
2024-04-09dashboard: Messages and Cancel implementedÖzgür Kesim
2024-04-09dashboard: started with inmemory dashboard, wipÖzgür Kesim
2024-04-09bidder: use ed25519 for bidderId and signaturesÖzgür Kesim
2024-04-09seal: added verifier of descriptionsÖzgür Kesim
2024-04-09curve: -minor 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 A=G^a...Özgür Kesim
2024-04-07stage1: typography fixesÖzgür Kesim
2024-04-07schnorr: introduced schnorr signature for A=G^aÖzgür Kesim
2024-04-07bidder: refactor, less public structsÖzgür Kesim
2024-04-07auction: add Auction interfaceÖzgür Kesim
2024-04-07client->bidderÖzgür Kesim