You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
generate-param-ckks
The text was updated successfully, but these errors were encountered: