You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Implement `center` as a constant-time method in `Modulus`.
- Implement `center_vec` as a constant-time vector method.
- Remove `center_vec_vt` and `center_vt`.
- Update usages in `crates/fhe` and `crates/fhe-math` to use `center_vec` and remove `unsafe`.
- Add tests for `center` and `center_vec`.
- Use `const_time_cond_select` for constant-time logic.
Co-authored-by: tlepoint <1345502+tlepoint@users.noreply.github.com>
0 commit comments