Skip to content

Issue 136: Added enum RescalingMode {AUTOMATIC, MANUAL} to CKKS scheme

Andrey requested to merge issue-136 into master

closes #136 (closed)

Added enum RescalingMode {AUTOMATIC, MANUAL} to CKKS scheme escalingMode is responsible for AUTOMATIC or MANUAL rescaling. RescalingTechnique {EXACTRESCALE, APPROXRESCALE} is responsible for selection of primes and and scaling factors. Cleanup of CKKS and BGVrns implementations.

Merge request reports