aboutsummaryrefslogtreecommitdiff
path: root/src/scalarproduct/scalarproduct.h
Commit message (Collapse)AuthorAge
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* -clarifyChristian Grothoff2015-09-05
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -style, actually call GNUNET_CADET_receive_done to receive more messagesChristian Grothoff2014-12-07
|
* -sending session ID back over same CADET channel is redundantChristian Grothoff2014-12-07
|
* massive rework of scalarproduct service, splitting into Alice and BobChristian Grothoff2014-12-06
|
* cleaning up scalar product client APIChristian Grothoff2014-05-24
|
* - removed now obsolete check for the element count for an scalarproduct ↵Christian Fuchs2014-05-20
| | | | | | | calculation - removed matching for element count for the same reason - fixed a safety check conditions logics operator from AND to OR
* - added status field to SP result messagesChristian Fuchs2014-05-08
|
* WIP commit of scalar product 2.0. It is unfinished and does not yet pass ↵Christian Fuchs2014-05-07
| | | | | | | | | | | tests. This commit happens because of the move from mesh->cadet. - reverted SP API back to the original design from 2012 (using key-value pairs) - SP now uses set intersection to determine common elements from the set provided by the user - values are sorted based on their keys after intersection - removed state tracking, as simple tracking is now insufficient. Just checking for conditions directly is easier readable and less buggy - modified/renamed SP message types to reflect the changed behavior of SP
* - 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