@receps
The TFHE-rs v1.3 release introduces significant improvements to the Fully Homomorphic Encryption (FHE) library for CPU, GPU and HPU platforms. This update focuses on enhancing performance, simplifying memory management and strengthening cryptographic security.
On the GPU side, one of the most notable innovations is memory management. Developers now have new utility functions that can predict how much memory will be needed before running FHE operations, preventing potential out of memory errors. In terms of performance, speed ups of up to 4x for integer logarithm operations and around 20% for ciphertext multiplication/division with clear values have been achieved.
@zama
#ZamaCreatorProgram