aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_crypto_paillier.c
Commit message (Collapse)AuthorAge
* tighten formatting rulesChristian Grothoff2019-10-31
|
* 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 leaks in CRYPTO_paillier and testDavid Barksdale2017-10-09
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -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