TFHE-rs v0.9.0
IceTDrinker
released this
22 Oct 17:22
·
350 commits
to main
since this release
Summary
TFHE-rs v0.9.0 introduces breaking data changes for older data that was deprecated and to avoid having to manage too much legacy code for certain structures.
What's Changed
Breaking Changes
Warning
- data compatibility is not guaranteed for version older than 0.8
SeededLweKeyswitchKey
andSeededLwePackingKeyswitchKey
are incompatible between version 0.8 and 0.9, theCompressedServerKey
from shortint, integer and the High Level API are therefore incompatible as well as theCompressedCompressionKey
from shortint and integer.LweKeyswitchKey
andLwePackingKeyswitchKey
have had an update to their layout that can be loaded from 0.8 using the versioning primitives, theServerKey
from shortint, integer and the High Level API as well as theCompressionKey
from shortint and integer are loadable using versioning.