zama-ai / tfhe-rs

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

Add backward compatibility tests for hl types #1258

Closed nsarlin-zama closed 2 weeks ago

nsarlin-zama commented 2 weeks ago

closes: please link all relevant issues

PR content/description

This adds multiple backward compat tests for hl:

The tests for int/uint are done with 8 bits integers, since the IntId is not versioned the structures are identical for every sizes.

Check-list: