aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_crypto_paillier.c
Commit message (Collapse)AuthorAge
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -fixing paillier bug, improving testcaseChristian Grothoff2014-12-09
|
* - added caller-hom-ops soft-cap logicsChristian Fuchs2014-02-04
|
* - extended paillier-api to also include caller-suggested maximum supported homsChristian Fuchs2014-02-04
|
* - test paillier with random plaintextFlorian Dold2014-02-03
|
* - formattingChristian Fuchs2014-01-29
| | | | - forgot to reduce the possible homomorphic opts by one, as a badly chosen n might sometimes corrupt the final operation using a simple check. As the overall calculation of possible hom. opts is pessimist anyway and might become rather inaccurate if many operations are performed, reducing the prediction by one is acceptable.
* - re-added testcase for crypto-paillierChristian Fuchs2014-01-29
| | | | | - fixed remaining pailier-test bug - now: achieve world domination or off to new shores
* - omitted test for crypto_paillier for now... Christian Fuchs2014-01-29
|
* - wrote a proper test for crypto-paillierChristian Fuchs2014-01-26
|
* - paillier implementation and testFlorian Dold2014-01-20