EvalPoly, EvalSumCols, EvalSumRows only works for CKKS

In the documentation of the openfhe-python wrapper there are some advanced functions which are sometimes only available for CKKS. This is noted explicitly for some of them, e.g EvalPolyLinear, but I found it missing for some others (even though it might be implied by the nature of their operation). These are the ones that I stumbled upon, that might be of use for future versions of the documentation:

  • EvalPoly
  • EvalSumCols
  • EvalSumColsKeyGen
  • EvalSumRows
  • EvalSumRowsKeyGen

Thank you reporting it. Added an issue: Update documentation for EvalPoly, EvalSumCols, EvalSumRows · Issue #186 · openfheorg/openfhe-python · GitHub

1 Like

No problem! I’ll mark this as an answer now.