Skip to content

TFHE-rs v0.7.3

Compare
Choose a tag to compare
@IceTDrinker IceTDrinker released this 29 Aug 14:01
· 1800 commits to main since this release
tfhe-rs-0.7.3

Summary

TFHE-rs v0.7.3 fixes the CompressedServerKey generation in the High Level API which was generating the inner ServerKey twice.

Additionally following a breaking change due to a change in an AVX512 intrinsics signature in the rust project, we are restricting pulp (0.18.8 <= pulp < 0.18.22) to keep the old intrinsics signature. This means TFHE-rs version 0.7 will not build with nightly toolchains which are too recent. nightly-2024-04-29 is known to be compatible and pass CI builds.