Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.04 KB

index.rst

File metadata and controls

27 lines (21 loc) · 1.04 KB

Welcome to OpenFHE - Python's documentation!

OpenFHE - Python

Fully Homomorphic Encryption (FHE) is a powerful cryptographic primitive that enables performing computations over encrypted data without having access to the secret key. OpenFHE is an open-source FHE library that includes efficient implementations of all common FHE schemes: BFV, BGV, CKKS, DM and CGGI.

openfhe-python is a Python library built as a wrapper for the main capabilities of OpenFHE C++ library. It provides a more user-friendly interface for Python developers, while keeping the efficiency of C++ FHE operations.

.. toctree::
   :maxdepth: 1
   :caption: API Reference:

   cryptocontext
   ciphertext
   plaintext
   keys
   pke_enums
   binfhe
   binfhe_enums