| 1234567891011121314151617181920212223242526272829303132333435363738 |
- Welcome to OpenFHE Rust wrapper's documentation!
- ===================================
- About OpenFHE-rs
- ================
- ☀️ *OpenFHE-rs is a joint project by `FairMath <https://fairmath.xyz/>`__ & `OpenFHE <https://www.openfhe.org/>`__.*
- ---
- .. image:: https://img.shields.io/discord/1163764915803279360?logo=discord&label=Fair%20Math
- :target: https://discord.com/invite/NfhXwyr9M5
- .. image:: https://img.shields.io/twitter/follow/FairMath
- :target: https://twitter.com/FairMath
- ---
- OpenFHE-rs is a Rust interface for the OpenFHE library, which is renowned for its comprehensive suite of Fully Homomorphic Encryption (FHE) schemes, all implemented in C++. By providing a Rust wrapper for OpenFHE, we aim to make these advanced FHE capabilities easily accessible to Rust developers.
- Whether you're developing secure data processing applications or privacy-focused tools, OpenFHE-rs enables you to leverage the powerful encryption technologies of OpenFHE seamlessly within your Rust projects.
- Check out the :doc:`intro` section for further information, including installation instructions.
- .. note::
- 🔔 *Keep in mind that the library is WIP and may contain some unpolished interfaces. If you encounter any issues or have any suggestions, feel free to ping us on our Discord server or open a new issue in the `GitHub repository <https://github.com/fairmath/openfhe-rs/tree/master>`__.*
- Contents
- --------
- .. toctree::
- usage
- api
- examples
|