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

feat(hlapi): bind match_value/match_value_or #1235

Closed tmontaigu closed 2 weeks ago

tmontaigu commented 3 weeks ago

Check-list:

IceTDrinker commented 2 weeks ago

fail on a noise check it seems

tmontaigu commented 2 weeks ago

Another case of writing tests is harder than the function itself

We check that blocks have nominal noise level, but the function may append trivial blocks, which have a zero noise level, which is not nominal

IceTDrinker commented 2 weeks ago

sheesh, at most nominal noise then I guess