Skip to content

v0.5.0

Compare
Choose a tag to compare
@immortal-tofu immortal-tofu released this 21 Jun 15:49
· 113 commits to release/0.5.x since this release

Summary

This version of fhEVM includes several key enhancements to improve the overall security and efficiency in handling encrypted data within the system:

  • New input mechanism: Simplify and streamline data entry
  • Access Control List (ACL): Manage ciphertext permissions more effectively
  • Updated reencryption process: Use an off-chain service to improve security and efficiency

What's Changed

Breaking Changes

New features

  • Add TFHE.allow and TFHE.allowTransient to explicitly allow a ciphertext
  • All encrypted inputs are packed in one single ciphertext, limiting size of transactions

Improvements

  • Asynchronous decryption allows for the decryption of ciphertexts of different types in a single call

Resources

Full Changelog: v0.4.1...v0.5.0