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

Fix logQ(P) estimation used for finding the minimum ring dimension #796

Merged
merged 8 commits into from
Jun 11, 2024

Commits on Jun 11, 2024

  1. fixed the estimation for LWE check for BGV

    Yuriy Polyakov authored and dsuponitskiy-duality committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    fd21f33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9169e0 View commit details
    Browse the repository at this point in the history
  3. cleaned up the BFV parameterization code

    Yuriy Polyakov authored and dsuponitskiy-duality committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    ea84986 View commit details
    Browse the repository at this point in the history
  4. fixed the logq estimation for BFV

    Yuriy Polyakov authored and dsuponitskiy-duality committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    64fd25b View commit details
    Browse the repository at this point in the history
  5. added doxygen comments for new methods

    Yuriy Polyakov authored and dsuponitskiy-duality committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    9bbbf5c View commit details
    Browse the repository at this point in the history
  6. added ring dimension validators for BGV, BFV, and CKKS

    Yuriy Polyakov authored and dsuponitskiy-duality committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    cb714a0 View commit details
    Browse the repository at this point in the history
  7. fixed a bug in BGV parameter estimation logic

    Yuriy Polyakov committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    0cd4df6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    38631ac View commit details
    Browse the repository at this point in the history