Open
Description
In #1379, the primes are generated to be congruent to 1 mod m
, the cyclotomic order. However, this will introduce scaling factor for messages and we have to do scaling factor management (see #1169).
We may also support the original BGV scheme that primes are congruent to 1 mod m
and mod t
. Openfhe supports the generation in FIXEDMANUAL mode by mod lcm(m, t)
We would also need to track which variant we are using in bgv::SchemeParam
Activity