openfheorg / openfhe-development

This is the development repository for the OpenFHE library. The current (stable) version is v1.2.1 (released on September 10, 2024).
BSD 2-Clause "Simplified" License
724 stars 188 forks source link

Fixes in the validator logic #789

Closed yspolyakov closed 3 months ago

yspolyakov commented 4 months ago
  1. scalingModSize should be enabled for the FIXEDMANUAL mode of BGV
  2. statisticalSecurity and numAdversarialQueries should be enabled for BGV only for NOISE_FLOODING_HRA
  3. statisticalSecurity and numAdversarialQueries should be enabled for CKKS only for NOISE_FLOODING_MULTIPARTY
  4. NOISE_FLOODING_HRA should be enabled only for BGV and FIXEDMANUAL
  5. PRENumHops should set to > 0 when NOISE_FLOODING_HRA is set; multiplicativeDepth should be set to 0 in this case