TFHE-rs v0.5.1
IceTDrinker
released this
30 Jan 10:10
·
1342 commits
to main
since this release
TFHE-rs v0.5.1 includes:
In the Integer API:
- Fix a conversion edge case in scalar shift/rotate when using small scalars
- Fix a panic in internal methods when comparing signed scalars to encrypted values
- Improve noise management in comparisons and fuse 2 PBSes improving performance in the scalar case
In the Core Crypto API:
- Fix LWE encryption where the content of the body was not properly ignored in the destination LWE and could lead to invalid encryption
In the GPU Backend:
- Allow to compile if no Nvidia GPU is present but the CUDA toolkits are properly installed
- Fix an issue where memory was not getting freed properly