aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* git ignore bench binaryHEADmasterMarkus Teich2017-02-14
|
* fix msg header documentationMarkus Teich2017-02-14
|
* add benchmarking toolMarkus Teich2017-02-14
|
* modify fp_priv gp script for eval (old)Markus Teich2017-02-14
|
* whitespaceMarkus Teich2017-01-04
|
* gp-scripts: add zkp + test parametersMarkus Teich2017-01-04
|
* move ecdlogctx passing to _join()/_new() functionsMarkus Teich2016-12-02
|
* add error log msgMarkus Teich2016-12-02
|
* fixMarkus Teich2016-12-02
|
* abort instead of assertMarkus Teich2016-12-02
|
* make byte plural consistentMarkus Teich2016-12-02
|
* fix doc in brandt.hMarkus Teich2016-12-02
|
* unify msg delivery callbackMarkus Teich2016-12-02
|
* styleMarkus Teich2016-12-02
|
* cleanup todos in brandt.hMarkus Teich2016-12-02
|
* use new GNUNET_assert_from()Markus Teich2016-12-02
|
* migrate to GNUNET_assertMarkus Teich2016-12-02
|
* migrate to GNUNET_logMarkus Teich2016-12-02
|
* use GNUNET_log in test_brandtMarkus Teich2016-11-29
|
* coding styleMarkus Teich2016-11-29
|
* doc two missing parametersMarkus Teich2016-11-23
|
* remove unnecessary description handling and hashing.Markus Teich2016-11-23
| | | | | | | The hash is not needed since the sellers application is required to sign the description and the bidders application is required to check the signature. Since the arbitrary description used by the application was only used inside this hash, it can be removed as well.
* add doc for test-case functionMarkus Teich2016-11-23
|
* fix memleakMarkus Teich2016-11-23
|
* add m+1st price auctions with public outcomeMarkus Teich2016-11-22
|
* abort() on OOMMarkus Teich2016-11-22
|
* BRANDT_new() returns NULL on parameter failureMarkus Teich2016-11-22
|
* clarify BRANDT_new docMarkus Teich2016-11-04
|
* clarify BRANDT_CbStart docMarkus Teich2016-11-04
|
* handle n <= m case in m+1st price auctionsMarkus Teich2016-11-01
| | | | | | The lowest possible price from the price map will be the price each bidder has to pay. Since the seller can define the price map, he can set the lowest price to the lowest he is willing to sell one item at.
* add todo entryMarkus Teich2016-11-01
|
* test for no biddersMarkus Teich2016-11-01
|
* fix alignmentMarkus Teich2016-10-31
|
* remove debug outputMarkus Teich2016-10-15
|
* add M+1st price private outcome implementationMarkus Teich2016-10-15
|
* math.tex: fix M+1st private outcome functionMarkus Teich2016-10-15
|
* fixup test_brandtMarkus Teich2016-10-15
|
* fix preparation for M+1st price auctionsMarkus Teich2016-10-14
|
* make test_brandt ready for M+1st price auctionsMarkus Teich2016-10-14
|
* rework test_brandtMarkus Teich2016-10-14
|
* clarify docstringMarkus Teich2016-10-13
|
* blow up k on M+1st price auctionsMarkus Teich2016-10-13
|
* remove test.h dependency from test_brandt.cMarkus Teich2016-10-13
|
* simplify encrypt_bidMarkus Teich2016-10-12
|
* typoMarkus Teich2016-10-12
|
* math.tex: add first price public outcome protocol and description for M+1st ↵Markus Teich2016-10-12
| | | | price private outcome protocol
* simplify checkMarkus Teich2016-10-12
|
* math.tex: fix M+1st price outcome determination formulaMarkus Teich2016-10-09
|
* math.tex: fix index for additional ZKP on M+1st price auctionsMarkus Teich2016-10-09
|
* add additional proof on encrypt_bid for M+1st price auctionsMarkus Teich2016-10-09
| | | | | | 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.