zama-ai / tfhe-rs

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

feat(core): add variable Scalar type to PBS for input and output #1203

Closed IceTDrinker closed 3 months ago

IceTDrinker commented 4 months ago

closes: https://github.com/zama-ai/tfhe-rs-internal/issues/526

PR content/description

As indicated in the previous PR easier to do for the PBS as scalar types don't really interact

Check-list: