aboutsummaryrefslogtreecommitdiff
path: root/src/secretsharing
Commit message (Collapse)AuthorAge
...
* use paillier public key container in secretsharingFlorian Dold2014-01-21
|
* remove paillier_decrypt in secretsharingFlorian Dold2014-01-21
|
* remove paillier_encrypt in secretsharingFlorian Dold2014-01-21
|
* remove paillier_create in secretsharingFlorian Dold2014-01-21
|
* paillier constants / structs from utilFlorian Dold2014-01-21
|
* - gnunet-secretsharing-profiler.c should not have exec flag setFlorian Dold2014-01-20
|
* - paillierFlorian Dold2014-01-20
|
* - make mpi scan/print publicFlorian Dold2014-01-20
| | | | | - secretsharing key generation and decryption fixed
* doxygenFlorian Dold2014-01-07
|
* - correctly adjust buffer when printing MPIsFlorian Dold2014-01-07
| | | | | - fix confusion between paillier and elgamal field elements
* missing secretsharing_common.cFlorian Dold2014-01-07
|
* freeFlorian Dold2014-01-07
|
* - htons => htonlFlorian Dold2014-01-07
|
* - removing superfluous test cast, my faultFlorian Dold2014-01-07
|
* - remove #define for elgamal_qFlorian Dold2014-01-07
|
* - profiler actually added to svnFlorian Dold2014-01-07
| | | | | | | | - test for signature segfault with secretsharing - rudimentary implementation of cooperative decryption - consensus uses absolute time instead of relative - working DKG without zero knowledge proofs
* -remove trailing whitespaceChristian Grothoff2013-12-24
|
* -fix build system issuesChristian Grothoff2013-12-23
|
* -fix use of uninitialized variableChristian Grothoff2013-12-14
|
* -fix leaks of MPIsChristian Grothoff2013-12-12
|
* -removing code that just dereferenced uninitialized 'm' and then decided to ↵Christian Grothoff2013-12-12
| | | | randomly increment memory
* -doxygenChristian Grothoff2013-12-11
|
* Add a dummy gnunet-secretsharing-profiler.c until fdold gets around to add ↵LRN2013-12-11
| | | | the real one
* - key generation for secretsharingFlorian Dold2013-12-10
| | | | | | - gnunet-ecc -E also prints hex
* -doxygen fixesChristian Grothoff2013-12-10
|
* -fix leakChristian Grothoff2013-12-05
|
* - work on secretsharingFlorian Dold2013-12-03
|
* skeleton for secretsharingFlorian Dold2013-11-05