mirror of
https://github.com/tuneinsight/lattigo.git
synced 2025-09-13 03:27:14 +00:00
[ckks/dckks] : API changes: - RotateColumns -> Rotate - EvaluateChebySpecial is removed. Now the user needs to do the change of variable before the evaluation. - Added MultByGaussianInteger/MultByGaussianIntegerAndAdd - Encoder now takes logSlots instead of slots. This forbids giving zero slots or a non power of two slot number. - Improved API documentation - added the RescaleNew method to the ckks.Evaluator interface (closes #83) Co-authored-by: ChristianMct <christian.mouchet@epfl.ch>