aboutsummaryrefslogtreecommitdiff
path: root/src/scalarproduct/scalarproduct.h
Commit message (Collapse)AuthorAge
* - removed custom crypto functionality in scalarproductChristian Fuchs2014-03-07
| | | | | - scalarproduct now uses the paillier-API + associated structs - omitted SP-tests for now, scalarproduct is still heavily being reworked
* - scalarproduct element container was 1 byte too largeChristian Fuchs2014-01-21
| | | | | - added logics to compute the maximum supported number of paillier hom.ops for a ciphertext - updated comments
* more work on doxygenization for SPChristian Fuchs2013-10-14
|
* towards multipart messagesChristian Fuchs2013-10-07
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* added first part of multipart-message support to SPChristian Fuchs2013-10-04
| | | | | | | extended and renamed properties in existing structs and message formats for multipart support fixed a memory leak
* added propper shutdown task to SP-clientChristian Fuchs2013-09-11
| | | | | | | | fixed a logics mixup in the SP-API between alice's client and bob's client-function fixed a memory allocation bug in SP-API adjusted message formats to use uint32_t instead of 16 for all element counts and mask lengths
* re-added collective disconnect command to the scalarproduct APIChristian Fuchs2013-09-03
| | | | | | | | | adapted the scalarproduct client to use the new API modified scalarproduct.h to include proper logging for gcrypt errors cancel is now quiet added proper gcry logging to the SP-API
* remmoved deprecated headerfile from scalarproductChristian Fuchs2013-09-02
| | | | | updated includes where appropiate
* added new header for protocol definitionsChristian Fuchs2013-09-02