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

Commits on Nov 23, 2020

  1. [ckks] : added mitigation for indCPA+ security definition.

    The Encoder has now a new API "DecodeAndRound" that round decimal part (the bits after the scale) to x bits of precision.
    Pro7ech committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    6774866 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

  1. [ckks] : updated the mitigation to apply the rounding before the FFT …

    …(where the error is spherical)
    Pro7ech committed Dec 8, 2020
    Configuration menu
    Copy the full SHA
    8af8e7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b21195 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2020

  1. Configuration menu
    Copy the full SHA
    3810c17 View commit details
    Browse the repository at this point in the history
  2. -

    Pro7ech committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    1cbba34 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2020

  1. -

    Pro7ech committed Dec 23, 2020
    Configuration menu
    Copy the full SHA
    18f3200 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. Configuration menu
    Copy the full SHA
    0944699 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    782abea View commit details
    Browse the repository at this point in the history
  3. -

    Pro7ech committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    e2e3853 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea2215a View commit details
    Browse the repository at this point in the history
  5. -

    Pro7ech committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    c367273 View commit details
    Browse the repository at this point in the history
  6. [ring] : gaussian sampler takes the ring, std and bound when sampling

    [bfv, ckks, dbfv, dckks] : modified the code according to the [ring] change
    Pro7ech committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    711a2b2 View commit details
    Browse the repository at this point in the history
  7. -

    Pro7ech committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    777e16d View commit details
    Browse the repository at this point in the history
  8. -

    Pro7ech committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    6fb4648 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2021

  1. fixed examples

    Pro7ech committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    03750c9 View commit details
    Browse the repository at this point in the history
  2. fixed examples

    Pro7ech committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    dde917b View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

  1. [ckks] : added metrics.go which implements a basic noise-estimator to…

    … compute various stats on decrypted plaintexts
    Pro7ech committed Jan 12, 2021
    Configuration menu
    Copy the full SHA
    c30f3f7 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

  1. [ring] : fixed Gaussian sampler which would have a slightly lower sta…

    …ndard deviation than specified due to flooring instead of rounding
    Pro7ech committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    05edc0d View commit details
    Browse the repository at this point in the history
  2. [ring] : Gaussian & Ternary sampler have deterministic tests for coef…

    …ficient bounds and will only print a warning if the distribution is not as expected.
    Pro7ech committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    42e8c72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0a3032 View commit details
    Browse the repository at this point in the history