HElib icon indicating copy to clipboard operation
HElib copied to clipboard

Where does 'rescale' work in CKKS scheme?

Open DylanWangWQF opened this issue 3 years ago • 0 comments

Hi team, I'm studying the CKKS scheme and wondering how does the rescale part work in the CKKS of HElib. If it's possible to modify it by ourselves? Similar question in #404 . For example, in HEAAN library, we can do:

reScaleByAndEqual(ctxt, cBits);
reScaleByAndEqual(ctxt, ctxt.logp);

DylanWangWQF avatar Dec 22 '21 23:12 DylanWangWQF