aboutsummaryrefslogtreecommitdiff
path: root/test_crypto.c
AgeCommit message (Collapse)Author
2024-01-14lift code to recent GNUNET version; uncrustifyÖzgür Kesim
2016-12-02migrate to GNUNET_logMarkus Teich
2016-09-29remove unneeded array testsMarkus Teich
These are tested in libgnunetutil now.
2016-09-23test_brandt: actually check the outcome correctnesMarkus Teich
2016-09-21coding style fixesMarkus Teich
2016-09-08test_brandt nearly doneMarkus Teich
2016-08-31finish prep functions for first price auctionsMarkus Teich
2016-08-31temporary dump for discussionMarkus Teich
2016-08-23add msg headersMarkus Teich
2016-08-19update crypto testMarkus 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-09style changes in testsMarkus Teich
2016-08-03update testsMarkus 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-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-13major random stuffMarkus Teich
2016-06-28add outcome determination plus testMarkus Teich
- also fix bug in smc_sum()
2016-06-28add outcome decryption plus testMarkus 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-22random fixesMarkus Teich
2016-06-22add prologue and round1 including testsMarkus Teich
2016-06-22smc_zkp_dl: make v an output parameterMarkus Teich
2016-06-21use proof structs. fix bug in mpi_serializeMarkus Teich
2016-06-21use hash to generate challange in ZKPsMarkus Teich
2016-06-21add (de)serialization + test. add some docu and stubsMarkus Teich
2016-06-20add 3dim array helpersMarkus Teich
2016-06-19some doxygen fixesMarkus Teich
2016-06-19merge smc into crypto module. add 2dim array helpersMarkus Teich
2016-06-17refactor smc and ec crypto functions and ad 0og zkpMarkus Teich
2016-06-15enable testMarkus Teich
2016-06-15add second ZKP (equality of two EC DLs) with test caseMarkus Teich
2016-06-13coding styleMarkus Teich
2016-06-13add first ZKP including test caseMarkus Teich
2016-06-12add tests for key generationMarkus Teich