Skip to content

v0.6.0

Compare
Choose a tag to compare
@immortal-tofu immortal-tofu released this 05 Dec 20:41
· 63 commits to main since this release
c94db7e

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 and euint256 for higher-precision encrypted integers.
  • Added ebytes64, ebytes128, and ebytes256 for working with larger encrypted byte arrays.

Resources

Full Changelog: v0.5.9...v0.6.0