Initial version of the OpenFHE Python wrapper is released

Check it out at GitHub - openfheorg/openfhe-python: Official Python wrapper for OpenFHE. Current pre-release version is v0.8.0 (released on July 30, 2023).!

3 Likes

Hi,

Thank you very much for this wrapper.
Does the Python wrapper supports secure comparison ?

Thank you!

Hi @miiip,

Adding @reneroliveira At the moment (in v0.8.0), only Boolean arithmetic is supported for binfhe. We are going to add larger plaintext size in either 0.8.1 or 0.8.2.

Hi @miiip and @ypolyakov,
We’re planning to include EvalSign function and other comparison related functions in the next release 0.8.1.

1 Like

Hi!

Thanks for the wrapper.
Is contribution welcomed?
Do you guys have a contribution guide somewhere?

Thank you!

Thank you for the questions, Yes, contributions are welcomed. The contribution guide is the same one as for OpenFHE: Contributing to OpenFHE — OpenFHE documentation

Please send me an email at ypolyakov@openfhe.org and I will add you to the Slack channel of OpenFHE Python wrapper contributors.

thanks for the quick reply!