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

constant_time: Refactor LimbMask to constant_time::BoolMask. #2171

Merged
merged 1 commit into from
Dec 7, 2024

Conversation

briansmith
Copy link
Owner

LimbMask now is an alias for BoolMask.

BoolMask is now fully opaque to the compiler, instead of being an enum.

`LimbMask` now is an alias for `BoolMask`.

`BoolMask` is now fully opaque to the compiler, instead of being an
enum.
@briansmith briansmith self-assigned this Dec 7, 2024
Copy link

codecov bot commented Dec 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.92%. Comparing base (df14ce9) to head (dbae856).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2171   +/-   ##
=======================================
  Coverage   96.91%   96.92%           
=======================================
  Files         153      154    +1     
  Lines       20081    20081           
  Branches      467      467           
=======================================
+ Hits        19462    19463    +1     
  Misses        512      512           
+ Partials      107      106    -1     

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

@briansmith briansmith merged commit 7973dcd into main Dec 7, 2024
158 checks passed
@briansmith briansmith deleted the b/boolmask branch December 7, 2024 02:06
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