Hello,
So I’m exploring various parameters for my thesis and can’t understand where and how OpenFHE calculates and chooses the ciphertext modulus.
So I would like to ask some questions:
- How does OpenFHE calculate the ciphertext modulus based on the parameters I select (plaintext modulus, multiplicative depth, and ring dimension)?
- Where in the library can I find the code where this happens?
- How can I print the value of the ciphertext modulus?
Thanks in advance