|
@@ -6,18 +6,19 @@
|
|
Welcome to OpenFHE - Python's documentation!
|
|
Welcome to OpenFHE - Python's documentation!
|
|
============================================
|
|
============================================
|
|
|
|
|
|
-.. toctree::
|
|
+OpenFHE - Python
|
|
- :maxdepth: 2
|
|
+----------------
|
|
- :caption: Contents:
|
|
+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.
|
|
-
|
|
|
|
- cryptocontext
|
|
|
|
- ciphertext
|
|
|
|
- plaintext
|
|
|
|
-
|
|
|
|
|
|
|
|
-Indices and tables
|
|
+``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.
|
|
|
|
|
|
-* :ref:`genindex`
|
|
+.. toctree::
|
|
-* :ref:`modindex`
|
|
+ :maxdepth: 1
|
|
-* :ref:`search`
|
|
+ :caption: API Reference:
|
|
|
|
+ cryptocontext
|
|
|
|
+ ciphertext
|
|
|
|
+ plaintext
|
|
|
|
+ pke_enums
|
|
|
|
+ binfhe
|
|
|
|
+ binfhe_enums
|