aboutsummaryrefslogtreecommitdiff
path: root/crypto.h
AgeCommit message (Collapse)Author
2024-01-14lift code to recent GNUNET version; uncrustifyÖzgür Kesim
2016-12-02move ecdlogctx passing to _join()/_new() functionsMarkus Teich
2016-11-22add m+1st price auctions with public outcomeMarkus Teich
2016-10-31fix alignmentMarkus Teich
2016-10-15add M+1st price private outcome implementationMarkus Teich
2016-09-29split different auction format algorithms into separate filesMarkus Teich
2016-09-21coding style fixesMarkus Teich
2016-08-31finish prep functions for first price auctionsMarkus Teich
2016-08-31temporary dump for discussionMarkus Teich
2016-08-23add outcome determination to brandt.cMarkus 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-03switch to hashing from gnunetutilMarkus Teich
2016-08-03update testsMarkus Teich
2016-07-13fix by including platform.hChristian 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-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
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 key-share generationMarkus 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-13coding styleMarkus Teich
2016-06-13add first ZKP including test caseMarkus Teich
2016-06-12add tests for key generationMarkus Teich
2016-06-12add crypto backendMarkus Teich