openfhe-rs
openfhe-rs copied to clipboard
`Trapdoor` update and new methods for `DCRTPoly`
The main contributions of the PR are:
- Refactor of the
Trapdoormethods - Addition of the
Trapdoorgeneration and gauss sampling for square matrix target - Support for sampling operations for
DCRTPolyfrom gaussian, binary and ring uniform distributions - Support for basic arithmetic operations (add and mul) for
DCRTPoly - Support for creating a
DCRTPolystarting from a vector of rust strings/bigintegers