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.
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.
| 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 |
# Install contracts
npm install @luxfhe/contracts
# Install SDK
npm install @luxfhe/v1-sdkBuilding the future of private computation.