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

Implement parameter generation of "Approximate Homomorphic Encryption with Reduced Approximation Error" #1640

Open
2 tasks
ZenithalHourlyRate opened this issue Apr 2, 2025 · 1 comment

Comments

@ZenithalHourlyRate
Copy link
Collaborator

Approximate Homomorphic Encryption with Reduced Approximation Error introduced a way to reduce the rescaling error in CKKS via special parameter generation process.

This is somewhat related to #1169 but worth a separate issue for TODO tracking.

  • Introduce the modulus selection algorithm in generate-param-ckks
  • Modify scaling factor in LWE type to support high-precision scaling factor tracking, as we currently only tracks logScale (int) for CKKS for the ease of implementation in BGV/CKKS: support scale management #1459
Copy link

github-actions bot commented Apr 4, 2025

This issue has 5 outstanding TODOs:

This comment was autogenerated by todo-backlinks

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

No branches or pull requests

1 participant