LuxFHE
Fully Homomorphic Encryption for the Lux Ecosystem
LuxFHE provides a complete FHE stack for building privacy-preserving applications on Lux Network. Compute on encrypted data without ever decrypting it.
🔐 What is FHE?
Fully Homomorphic Encryption (FHE) enables computations on encrypted data. The result, when decrypted, matches what would have been computed on the plaintext. This breakthrough technology enables true data privacy in computation.
📦 Packages
| Package | Description |
|---|---|
@luxfhe/contracts |
Solidity contracts for FHE operations |
@luxfhe/v1-sdk |
JavaScript/TypeScript SDK for FHE applications |
@luxfhe/v2-sdk |
Network-based threshold TFHE with decentralized decryption |
@luxfhe/hardhat-plugin |
Hardhat plugin for FHE development |
🚀 Quick Start
# Install contracts npm install @luxfhe/contracts # Install SDK npm install @luxfhe/v1-sdk
📚 Documentation
🔗 Links
Building the future of private computation.