Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-12 | simplify encrypt_bid | Markus Teich | |
2016-10-12 | typo | Markus Teich | |
2016-10-12 | math.tex: add first price public outcome protocol and description for M+1st ↵ | Markus Teich | |
price private outcome protocol | |||
2016-10-12 | simplify check | Markus Teich | |
2016-10-09 | math.tex: fix M+1st price outcome determination formula | Markus Teich | |
2016-10-09 | math.tex: fix index for additional ZKP on M+1st price auctions | Markus Teich | |
2016-10-09 | add additional proof on encrypt_bid for M+1st price auctions | Markus 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-08 | math.tex: add m+1st price auction private outcome protocol | Markus Teich | |
2016-10-08 | gp script formatting | Markus Teich | |
2016-10-08 | doc fix | Markus Teich | |
2016-09-29 | split different auction format algorithms into separate files | Markus Teich | |
2016-09-29 | Revert "union" | Markus Teich | |
This reverts commit 20714489cf94f48a5ca7a9d58c44544d6811ca11. | |||
2016-09-29 | remove unneeded array tests | Markus Teich | |
These are tested in libgnunetutil now. | |||
2016-09-28 | union | Christian Grothoff | |
2016-09-23 | test_brandt: actually check the outcome correctnes | Markus Teich | |
2016-09-23 | fix bug where seller would not broadcast last message to bidders | Markus Teich | |
now the seller correctly computes the outcome _after_ broadcasting the last message to the bidders in private outcome auctions. | |||
2016-09-23 | fix bug in public first price outcome determination | Markus Teich | |
We have to divide out the amount of bidders to get the correct result. | |||
2016-09-21 | minor style fix | Markus Teich | |
2016-09-21 | coding style fixes | Markus Teich | |
2016-09-11 | public firstprice auction working in test_brandt | Markus Teich | |
2016-09-08 | private firstprice auction working in test_brandt | Markus Teich | |
2016-09-08 | test_brandt nearly done | Markus Teich | |
2016-08-31 | finish prep functions for first price auctions | Markus Teich | |
2016-08-31 | fix seller auction bootstrap | Markus Teich | |
2016-08-31 | temporary dump for discussion | Markus Teich | |
2016-08-23 | add outcome determination to brandt.c | Markus Teich | |
2016-08-23 | add msg headers | Markus Teich | |
2016-08-23 | update README | Markus Teich | |
2016-08-19 | differentiate starting functions better | Markus Teich | |
2016-08-19 | fix warnings | Markus Teich | |
2016-08-19 | update crypto test | Markus Teich | |
2016-08-19 | add test primes to gp script | Markus Teich | |
2016-08-17 | get auctions rolling | Markus Teich | |
2016-08-17 | remove unused code in test | Markus Teich | |
2016-08-17 | add start callback and further basic tests | Markus Teich | |
2016-08-17 | minimal changes | Markus Teich | |
2016-08-16 | some stuff | Markus Teich | |
- finish BRANDT_destroy() - fix include mess related to platform.h and brandt_config.h - add first brandt.c testcase | |||
2016-08-16 | add descr struct verification | Markus Teich | |
2016-08-16 | fix doc | Markus Teich | |
2016-08-16 | fix doc generation | Markus Teich | |
2016-08-12 | fill descr struct on new() | Markus Teich | |
2016-08-10 | lower autoconf requirement | Christian Grothoff | |
2016-08-10 | include m4 dir | Christian Grothoff | |
2016-08-10 | work on public interface implementation | Markus Teich | |
2016-08-09 | use GNUNET_new_array instead of calloc | Markus Teich | |
2016-08-09 | style changes in tests | Markus Teich | |
2016-08-03 | stuff | Markus Teich | |
2016-08-03 | style | Markus Teich | |
2016-08-03 | switch to hashing from gnunetutil | Markus Teich | |
2016-08-03 | update tests | Markus Teich | |