zama-ai / tfhe-rs

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

Refactor signed overflow add sub tests #1217

Closed agnesLeroy closed 1 month ago

agnesLeroy commented 1 month ago

closes: please link all relevant issues

PR content/description

This PR refactors signed overflowing add and sub tests to use a function executor, to make GPU integration of these functions easier.

Check-list: