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

added function to get just the real component from the CKKSPlaintext #80

Closed IanQS closed 8 months ago

IanQS commented 8 months ago

Simple code to get back the values as a real vector instead of a complex vector that needs to be converted on the users end

reneroliveira commented 8 months ago

Nice suggestion, I was converting the complex in python, but it's better to have a native solution! Thanks

IanQS commented 8 months ago

Should I just merge these changes in then? What's the protocol? Sorry, there's no documentation about contributing to the library, so I'm not sure (we should probably get on that)

reneroliveira commented 8 months ago

Actually, the best protocol is to merge into dev first, but since it's something more urgent to the conference, I think it's ok

IanQS commented 8 months ago

🎉