openfhe-rs icon indicating copy to clipboard operation
openfhe-rs copied to clipboard

`Trapdoor` update and new methods for `DCRTPoly`

Open enricobottazzi opened this issue 10 months ago • 0 comments

The main contributions of the PR are:

  • Refactor of the Trapdoor methods
  • Addition of the Trapdoor generation and gauss sampling for square matrix target
  • Support for sampling operations for DCRTPoly from gaussian, binary and ring uniform distributions
  • Support for basic arithmetic operations (add and mul) for DCRTPoly
  • Support for creating a DCRTPoly starting from a vector of rust strings/bigintegers

enricobottazzi avatar Mar 06 '25 02:03 enricobottazzi