| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-08-02 | finish/fix public first price auctions | Markus Teich | |
| 2016-08-02 | fix debugging helpers | Markus Teich | |
| 2016-07-20 | remove gn scheduler example | Markus Teich | |
| 2016-07-13 | schedu | Christian Grothoff | |
| 2016-07-13 | schedu | Christian Grothoff | |
| 2016-07-13 | Merge branch 'master' of gnunet.org:libbrandt | Christian Grothoff | |
| 2016-07-13 | schedu | Christian Grothoff | |
| 2016-07-13 | add compile time check for libgcrypt | Markus Teich | |
| 2016-07-13 | Merge branch 'master' of gnunet.org:libbrandt | Markus Teich | |
| 2016-07-13 | faster tests | Markus Teich | |
| 2016-07-13 | avoid stupidity | Christian Grothoff | |
| 2016-07-13 | avoid stupidity | Christian Grothoff | |
| 2016-07-13 | link | Christian Grothoff | |
| 2016-07-13 | fix ecc_dlog usage | Markus Teich | |
| 2016-07-13 | fix by including platform.h | Christian Grothoff | |
| 2016-07-13 | new git ignores | Markus Teich | |
| 2016-07-13 | major random stuff | Markus Teich | |
| 2016-07-13 | do standard configure stuff, like gcc hardening and checking for basic ↵ | Christian Grothoff | |
| headers and generating config.h | |||
| 2016-07-13 | Merge branch 'master' of gnunet.org:libbrandt | Christian Grothoff | |
| 2016-07-13 | init | Christian Grothoff | |
| 2016-07-13 | no indent preproc | Markus Teich | |
| 2016-07-13 | fixup last commit | Markus Teich | |
| 2016-07-13 | allow different logging targets | Markus Teich | |
| 2016-07-13 | fix libgnunetutil check | Christian Grothoff | |
| 2016-07-13 | enable silent rules, move type checks before lib checks | Markus Teich | |
| 2016-07-13 | typo | Markus Teich | |
| 2016-07-12 | failed first attempt at linking against libgnunetutil | Markus Teich | |
| 2016-07-06 | start with brandt.c | Markus Teich | |
| 2016-06-29 | alphabetic ordering is apparently out | Markus Teich | |
| 2016-06-29 | remove unneeded double initialization | Markus Teich | |
| 2016-06-28 | fix memory leak | Markus Teich | |
| 2016-06-28 | add libgcrypt dependency to README | Markus Teich | |
| 2016-06-28 | replace pari with gcrypt in autofoo | Markus Teich | |
| 2016-06-28 | add outcome determination plus test | Markus Teich | |
| - also fix bug in smc_sum() | |||
| 2016-06-28 | add debugging shortcuts for points and mpis | Markus Teich | |
| 2016-06-28 | fix error in spec | Markus Teich | |
| 2016-06-28 | add outcome decryption plus test | Markus Teich | |
| 2016-06-28 | spec grammar fix | Markus Teich | |
| 2016-06-28 | add outcome computation with test | Markus Teich | |
| also: - enhance smc_zkp_2dle: secret can now be auto generated. - enhance sum functions: can now use custom step advancing. - add init1 and free1 for 1-dimensional point arrays. - declare loop variables inside loop header. - narrow some variable scopes. | |||
| 2016-06-28 | fix bug in util | Markus Teich | |
| 2016-06-28 | add author tag to file header | Markus Teich | |
| 2016-06-28 | fix typo in spec | Markus Teich | |
| 2016-06-22 | fix warning with unused return codes only used in assertions. | Markus Teich | |
| It's common knowledge to not cause any writes inside an assertion condition since they are not guaranteed to be executed, so we can still evaluate them and cast to void, which the compiler can optimize away. It's better than having a `(void)rc;` for every variable that is only used in assertions. | |||
| 2016-06-22 | random fixes | Markus Teich | |
| 2016-06-22 | update math.tex description | Markus Teich | |
| - Points are upper case letters now (except for the greek symbols) - Common knowledge inputs are explicitly stated to be transferred to Bob in ZKPs - Computation of the Challenge c from Bob is explicitly stated for Bob in ZKPs | |||
| 2016-06-22 | update crypto interface | Markus Teich | |
| 2016-06-22 | add prologue and round1 including tests | Markus Teich | |
| 2016-06-22 | create proof for public key share | Markus Teich | |
| 2016-06-22 | smc_zkp_dl: make v an output parameter | Markus Teich | |
| 2016-06-21 | use proof structs. fix bug in mpi_serialize | Markus Teich | |
