Skip to content

TFHE-rs v0.11.3

Compare
Choose a tag to compare
@IceTDrinker IceTDrinker released this 18 Feb 17:34
· 213 commits to main since this release
tfhe-rs-0.11.3

Summary

Various fixes have been made for compression:

  • CPU edge cases related to trivial ciphertexts are fixed
  • Some roundtrip cases between CPU and GPU have been fixed
  • Degrees are now correct when decompressing on GPU

FheUint2 and FheUint4 shift and rotate edge cases on CPU have been fixed.