openfheorg / openfhe-python

Official Python wrapper for OpenFHE. Current release is v0.8.8 (released on June 25, 2024).
https://openfheorg.github.io/openfhe-python/html/index.html
BSD 2-Clause "Simplified" License
60 stars 18 forks source link

Printing results with hoisting #84

Closed Laura-Ball closed 5 months ago

Laura-Ball commented 7 months ago

"Result" should be the decryption of "c_res_hoist", rather than "c_res_no_hoist", when printing the results with hoisting.

reneroliveira commented 7 months ago

Our dev branch is currently outdated with the main, so you carried out not only your modification but also others made in the main branch since the latest release. I've just updated it, can you remake the PR and check if only your file is being modified please?