openfhe-development
openfhe-development copied to clipboard
BinFHE: Add support for extended parameters in encrypt and bootstrap
- Support publ-key encryption that outputs the ciphertext using extended parameters.
- Support the option of outputting a bootstrapped ciphertexts using extended parameters.
- Add automatic switching from extended to compact LWE parameters to the beginning of bootstrapping.
- Add a unit test testing the end-to-end workflow.