🔐 Lux FHE

Fully Homomorphic Encryption for Everyone

Quick Start

Get started with FHE in Python:

pip install luxfhe

from luxfhe import Client, Server

client = Client()
encrypted = client.encrypt(42)
# Compute on encrypted data...

Documentation

Learn how to build privacy-preserving applications.

Resources

Examples, tutorials, and more.