index.rst 1.0 KB

123456789101112131415161718192021222324252627
  1. .. openfhe-python documentation master file, created by
  2. sphinx-quickstart on Tue Jul 25 18:24:19 2023.
  3. You can adapt this file completely to your liking, but it should at least
  4. contain the root `toctree` directive.
  5. Welcome to OpenFHE - Python's documentation!
  6. ============================================
  7. OpenFHE - Python
  8. ----------------
  9. Fully Homomorphic Encryption (FHE) is a powerful cryptographic primitive that enables performing computations over encrypted data without having access to the secret key. `OpenFHE <https://openfhe.org/>`_ is an open-source FHE library that includes efficient implementations of all common FHE schemes: BFV, BGV, CKKS, DM and CGGI.
  10. ``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,
  11. while keeping the efficiency of C++ FHE operations.
  12. .. toctree::
  13. :maxdepth: 1
  14. :caption: API Reference:
  15. cryptocontext
  16. ciphertext
  17. plaintext
  18. keys
  19. pke_enums
  20. binfhe
  21. binfhe_enums