Files
lattigo/examples/ckks/euler
Jean-Philippe Bossuat b622884be6 [ckks] API improvements and documentation (#80)
[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>
2020-12-02 13:48:53 +01:00
..