v0.6.0
Summary
This version of fhEVM introduces expanded type support, a more robust input mechanism with proof capabilities, and enhanced configurability for fhEVM deployment. These changes continue to improve flexibility, usability, and integration with encrypted data systems.
What's Changed
Breaking Changes
- New Input Mechanism with Proof: The input mechanism now supports proofs to validate ciphertext authenticity and integrity. Update your code to align with these changes. Refer to the updated Input Mechanism Documentation for guidance.
- Introducing TFHE.setFHEVM(): This new function enables users to specify a particular fhEVM configuration on a network.
New Features
- Added
euint128
andeuint256
for higher-precision encrypted integers. - Added
ebytes64
,ebytes128
, andebytes256
for working with larger encrypted byte arrays.
Resources
- Documentation:
Full Changelog: v0.5.9...v0.6.0