aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-10-12simplify encrypt_bidMarkus Teich
2016-10-12typoMarkus Teich
2016-10-12math.tex: add first price public outcome protocol and description for M+1st ↵Markus Teich
price private outcome protocol
2016-10-12simplify checkMarkus Teich
2016-10-09math.tex: fix M+1st price outcome determination formulaMarkus Teich
2016-10-09math.tex: fix index for additional ZKP on M+1st price auctionsMarkus Teich
2016-10-09add additional proof on encrypt_bid for M+1st price auctionsMarkus Teich
This is needed to ensure bidders are only chosing bids from the subset which is allowed to them. This prevents ties and keeps the protocol way more simple for M+1st price auctions.
2016-10-08math.tex: add m+1st price auction private outcome protocolMarkus Teich
2016-10-08gp script formattingMarkus Teich
2016-10-08doc fixMarkus Teich
2016-09-29split different auction format algorithms into separate filesMarkus Teich
2016-09-29Revert "union"Markus Teich
This reverts commit 20714489cf94f48a5ca7a9d58c44544d6811ca11.
2016-09-29remove unneeded array testsMarkus Teich
These are tested in libgnunetutil now.
2016-09-28unionChristian Grothoff
2016-09-23test_brandt: actually check the outcome correctnesMarkus Teich
2016-09-23fix bug where seller would not broadcast last message to biddersMarkus Teich
now the seller correctly computes the outcome _after_ broadcasting the last message to the bidders in private outcome auctions.
2016-09-23fix bug in public first price outcome determinationMarkus Teich
We have to divide out the amount of bidders to get the correct result.
2016-09-21minor style fixMarkus Teich
2016-09-21coding style fixesMarkus Teich
2016-09-11public firstprice auction working in test_brandtMarkus Teich
2016-09-08private firstprice auction working in test_brandtMarkus Teich
2016-09-08test_brandt nearly doneMarkus Teich
2016-08-31finish prep functions for first price auctionsMarkus Teich
2016-08-31fix seller auction bootstrapMarkus Teich
2016-08-31temporary dump for discussionMarkus Teich
2016-08-23add outcome determination to brandt.cMarkus Teich
2016-08-23add msg headersMarkus Teich
2016-08-23update READMEMarkus Teich
2016-08-19differentiate starting functions betterMarkus Teich
2016-08-19fix warningsMarkus Teich
2016-08-19update crypto testMarkus Teich
2016-08-19add test primes to gp scriptMarkus Teich
2016-08-17get auctions rollingMarkus Teich
2016-08-17remove unused code in testMarkus Teich
2016-08-17add start callback and further basic testsMarkus Teich
2016-08-17minimal changesMarkus Teich
2016-08-16some stuffMarkus Teich
- finish BRANDT_destroy() - fix include mess related to platform.h and brandt_config.h - add first brandt.c testcase
2016-08-16add descr struct verificationMarkus Teich
2016-08-16fix docMarkus Teich
2016-08-16fix doc generationMarkus Teich
2016-08-12fill descr struct on new()Markus Teich
2016-08-10lower autoconf requirementChristian Grothoff
2016-08-10include m4 dirChristian Grothoff
2016-08-10work on public interface implementationMarkus Teich
2016-08-09use GNUNET_new_array instead of callocMarkus Teich
2016-08-09style changes in testsMarkus Teich
2016-08-03stuffMarkus Teich
2016-08-03styleMarkus Teich
2016-08-03switch to hashing from gnunetutilMarkus Teich
2016-08-03update testsMarkus Teich