Ciphertext Modulus Calculation

  1. Moduli choice in OpenFHE is fairly complicated, you would need to provide further details such as which scheme you are using. Check this paper (Algorithms 1-3) for some details.

  2. Depending on the scheme used, here is a pointer to the function that is used to initialize BFV parameters.

  3. You can refer to this thread to learn how to print out the ciphertext/public-key moduli.

1 Like