Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove variable time computations #245

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Remove variable time computations #245

wants to merge 1 commit into from

Conversation

tlepoint
Copy link
Owner

@tlepoint tlepoint commented Feb 4, 2024

It seems that after #238 , there is no more advantage of doing variable time computations, even on Apple M1/M2(!). This PR would remove all the "variable time" consideration from all the crates.

It requires full benchmarking on multiple platforms before merge.

Copy link

codecov bot commented Feb 4, 2024

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (7be5ece) 93.71% compared to head (f991200) 93.81%.

Files Patch % Lines
crates/fhe/src/bfv/keys/key_switching_key.rs 81.81% 2 Missing ⚠️
crates/fhe/src/bfv/keys/relinearization_key.rs 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #245      +/-   ##
==========================================
+ Coverage   93.71%   93.81%   +0.09%     
==========================================
  Files          42       42              
  Lines        8194     7742     -452     
==========================================
- Hits         7679     7263     -416     
+ Misses        515      479      -36     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant