aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-08-02finish/fix public first price auctionsMarkus Teich
2016-08-02fix debugging helpersMarkus Teich
2016-07-20remove gn scheduler exampleMarkus Teich
2016-07-13scheduChristian Grothoff
2016-07-13scheduChristian Grothoff
2016-07-13Merge branch 'master' of gnunet.org:libbrandtChristian Grothoff
2016-07-13scheduChristian Grothoff
2016-07-13add compile time check for libgcryptMarkus Teich
2016-07-13Merge branch 'master' of gnunet.org:libbrandtMarkus Teich
2016-07-13faster testsMarkus Teich
2016-07-13avoid stupidityChristian Grothoff
2016-07-13avoid stupidityChristian Grothoff
2016-07-13linkChristian Grothoff
2016-07-13fix ecc_dlog usageMarkus Teich
2016-07-13fix by including platform.hChristian Grothoff
2016-07-13new git ignoresMarkus Teich
2016-07-13major random stuffMarkus Teich
2016-07-13do standard configure stuff, like gcc hardening and checking for basic ↵Christian Grothoff
headers and generating config.h
2016-07-13Merge branch 'master' of gnunet.org:libbrandtChristian Grothoff
2016-07-13initChristian Grothoff
2016-07-13no indent preprocMarkus Teich
2016-07-13fixup last commitMarkus Teich
2016-07-13allow different logging targetsMarkus Teich
2016-07-13fix libgnunetutil checkChristian Grothoff
2016-07-13enable silent rules, move type checks before lib checksMarkus Teich
2016-07-13typoMarkus Teich
2016-07-12failed first attempt at linking against libgnunetutilMarkus Teich
2016-07-06start with brandt.cMarkus Teich
2016-06-29alphabetic ordering is apparently outMarkus Teich
2016-06-29remove unneeded double initializationMarkus Teich
2016-06-28fix memory leakMarkus Teich
2016-06-28add libgcrypt dependency to READMEMarkus Teich
2016-06-28replace pari with gcrypt in autofooMarkus Teich
2016-06-28add outcome determination plus testMarkus Teich
- also fix bug in smc_sum()
2016-06-28add debugging shortcuts for points and mpisMarkus Teich
2016-06-28fix error in specMarkus Teich
2016-06-28add outcome decryption plus testMarkus Teich
2016-06-28spec grammar fixMarkus Teich
2016-06-28add outcome computation with testMarkus 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-28fix bug in utilMarkus Teich
2016-06-28add author tag to file headerMarkus Teich
2016-06-28fix typo in specMarkus Teich
2016-06-22fix 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-22random fixesMarkus Teich
2016-06-22update math.tex descriptionMarkus 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-22update crypto interfaceMarkus Teich
2016-06-22add prologue and round1 including testsMarkus Teich
2016-06-22create proof for public key shareMarkus Teich
2016-06-22smc_zkp_dl: make v an output parameterMarkus Teich
2016-06-21use proof structs. fix bug in mpi_serializeMarkus Teich