SEAL icon indicating copy to clipboard operation
SEAL copied to clipboard

How can I set the value of plain_modulus is CKKS?

Open lnazabal001 opened this issue 2 years ago • 1 comments

Hello, I need to have an specific plain_modulus in a code, and whenever I try to change it and set a value it says that it is not allowed for CKKS. How can I change that? Is there a way to set the other parameters in order to give the plain_modulus a certain value? Thank you

lnazabal001 avatar May 06 '23 14:05 lnazabal001

According to my understanding, CKKS scheme does not need to set plain_modulus. Both CKKS ciphertext and plaintext use same RNS component. Please refer source code in example 2_encoders.cpp or CKKS encoding scheme.

sherry-yxs avatar Sep 27 '23 03:09 sherry-yxs