In the Decrypt() function in cryptocontext.cpp, you can see the decryption result is first created as a Plaintext variable (line 577) and then is decoded in between the lines 582-607. To print out the content of a plaintext, you can take a look at Printing plaintext polynomial coefficients vs message vector slots - #2 by Caesar
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| How to create a Plaintext from a raw DCRTPoly for decoding? | 2 | 88 | July 25, 2025 | |
| OpenFHE : a question about Plaintext | 1 | 219 | June 14, 2023 | |
| How can I extract the imformation of each polynomial and ciphertext? | 10 | 907 | December 6, 2022 | |
| CKKS encoding, decode without ciphertext | 4 | 107 | November 5, 2024 | |
| Printing plaintext polynomial coefficients vs message vector slots | 1 | 59 | August 15, 2024 |