Is there a style guide/coding guidelines document for OpenFHE?
Yes, there is a style guide document that can be found here. In short, OpenFHE’s C++ coding style guide is highly inspired by the Google C++ coding style guide.
If you plan to use Python, please follow the PEP8 style guide for Python Code.
Thanks @Caesar and @ypolyakov. I think this would make for an excellent FAQ question. How do we upload to the FAQ channel? @iquah?
The information has been added to the FAQ! Thank you for calling this out.