fhEVM enables confidential smart contracts on EVM-compatible blockchains using Fully Homomorphic Encryption (FHE). It ensures data privacy while maintaining usability and interoperability.
- Security: No compromise on blockchain security.
- Public Verifiability: Confidential yet verifiable computations.
- Developer-Friendly: Familiar Solidity tools.
- Composability: Interoperable confidential and public contracts.
- Booleans:
ebool - Integers:
euint4,euint8, ...euint256 - Addresses:
eaddress - Bytes:
ebytes64,ebytes128,ebytes256 - Inputs:
einput
- Convert between encrypted types:
TFHE.asEbool,TFHE.asEuintX,TFHE.asEaddress, etc.
fhEVM empowers secure and efficient computation on encrypted data while preserving blockchain functionality.