Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ckks] : added mitigation for CPA+ security definition. #85

Closed
wants to merge 20 commits into from

Conversation

Pro7ech
Copy link
Contributor

@Pro7ech Pro7ech commented Nov 23, 2020

[ring] : NewGaussianSampler now only takes an utils.KeyedPRNG as input. The ring, standard deviation and bound must be given each time it samples. This change doesn't affect efficiency.
[bfv][ckks][dbfv][dckks] : updated the code to work with the changes to [ring].
[dbfv][dckks] : removed the naive and outdated relinkey-gen protocol.
[ckks] : added API for the CPA+ security definition, cf. ckks/SECURITY.md.

The Encoder has now a new API "DecodeAndRound" that round decimal part (the bits after the scale) to x bits of precision.
@Pro7ech Pro7ech changed the title [ckks] : added mitigation for indCPA+ security definition. [ckks] : added mitigation for CPA+ security definition. Jan 4, 2021
… compute various stats on decrypted plaintexts
…ndard deviation than specified due to flooring instead of rounding
…ficient bounds and will only print a warning if the distribution is not as expected.
@ChristianMct
Copy link
Contributor

These changes were integrated in #104.

@Pro7ech Pro7ech deleted the dev_indCPA+_mitigation branch June 14, 2021 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants