zama-ai / tfhe-rs

TFHE-rs: A Pure Rust implementation of the TFHE Scheme for Boolean and Integer Arithmetics Over Encrypted Data.
Other
826 stars 126 forks source link

chore(doc): add missing doc for a data breaking change #1283

Closed nsarlin-zama closed 1 week ago

nsarlin-zama commented 1 week ago

closes: please link all relevant issues

PR content/description

CompactFheIntX, CompactFheUintX, CompactFheIntXList, and CompactFheUintXList are also data breaking change since they no longer exist on 0.7. This adds a section in the doc to explain how they can be loaded.

Check-list:

IceTDrinker commented 1 week ago

good to merge once required checks are green 👍